Replace svn_version with default amxmodx_version which should get replaced by AMBuild regardless

This commit is contained in:
xPaw
2014-07-27 11:07:13 +03:00
parent 9d0ea883ff
commit 57a1004c15
3 changed files with 17 additions and 20 deletions

View 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?";