mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
wow i forgot core's template
This commit is contained in:
parent
cf716c4049
commit
4597868d30
8
amxmodx/svn_version.tpl
Normal file
8
amxmodx/svn_version.tpl
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#ifndef _INCLUDE_SVN_VERSION_H_
|
||||||
|
#define _INCLUDE_SVN_VERSION_H_
|
||||||
|
|
||||||
|
#define SVN_VERSION_STRING "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$"
|
||||||
|
#define SVN_VERSION_DWORD $PMAJOR$,$PMINOR$,$PREVISION$,$GLOBAL_BUILD$
|
||||||
|
#define SVN_VERSION_PRODUCT "$PMAJOR$.$PMINOR$.$PREVISION$"
|
||||||
|
|
||||||
|
#endif //_INCLUDE_SVN_VERSION_H_
|
Loading…
Reference in New Issue
Block a user