added dynamic versioning
committed .sln files to a few wayward projects
This commit is contained in:
@ -11,9 +11,7 @@
|
||||
#endif
|
||||
#define _amxconst_included
|
||||
|
||||
#define AMXX_VERSION 1.764
|
||||
#define AMXX_VERSION_NUM 176
|
||||
stock const AMXX_VERSION_STR[]="1.76d";
|
||||
#include <svn_version>
|
||||
|
||||
#define M_PI 3.1415926535
|
||||
|
||||
|
16
plugins/include/svn_version.inc
Normal file
16
plugins/include/svn_version.inc
Normal file
@ -0,0 +1,16 @@
|
||||
/* AMX Mod X constants
|
||||
*
|
||||
* by the AMX Mod X Development Team
|
||||
* originally developed by OLO
|
||||
*
|
||||
* This file is provided as is (no warranties).
|
||||
*/
|
||||
|
||||
#if defined _svnversion_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _svnversion_included
|
||||
|
||||
#define AMXX_VERSION 1.80
|
||||
#define AMXX_VERSION_NUM 180
|
||||
stock const AMXX_VERSION_STR[] = "1.8.0.3398"
|
16
plugins/include/svn_version.tpl
Normal file
16
plugins/include/svn_version.tpl
Normal file
@ -0,0 +1,16 @@
|
||||
/* AMX Mod X constants
|
||||
*
|
||||
* by the AMX Mod X Development Team
|
||||
* originally developed by OLO
|
||||
*
|
||||
* This file is provided as is (no warranties).
|
||||
*/
|
||||
|
||||
#if defined _svnversion_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _svnversion_included
|
||||
|
||||
#define AMXX_VERSION $PMAJOR$.$PMINOR$$PREVISION$
|
||||
#define AMXX_VERSION_NUM $PMAJOR$$PMINOR$$PREVISION$
|
||||
stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$"
|
Reference in New Issue
Block a user