Replace svn_version with default amxmodx_version which should get replaced by AMBuild regardless
This commit is contained in:
parent
9d0ea883ff
commit
57a1004c15
|
@ -11,7 +11,7 @@
|
|||
#endif
|
||||
#define _amxconst_included
|
||||
|
||||
#include <svn_version>
|
||||
#include <amxmodx_version>
|
||||
|
||||
/**
|
||||
* This is the buffer size AMX Mod X uses internally to retrieve strings from plugins.
|
||||
|
|
16
plugins/include/amxmodx_version.inc
Normal file
16
plugins/include/amxmodx_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 _amxmodx_version_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _amxmodx_version_included
|
||||
|
||||
#define AMXX_VERSION 0
|
||||
#define AMXX_VERSION_NUM 0
|
||||
stock const AMXX_VERSION_STR[] = "AMBuild failed?";
|
|
@ -1,19 +0,0 @@
|
|||
/* 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
|
||||
|
||||
#tryinclude <amxmodx_version>
|
||||
#if !defined _amxmodx_version_included
|
||||
#define AMXX_VERSION 1.83
|
||||
#define AMXX_VERSION_NUM 183
|
||||
stock const AMXX_VERSION_STR[] = "1.8.3-dev";
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user