mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 14:55:36 +03:00
17 lines
427 B
Smarty
17 lines
427 B
Smarty
|
/* 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$"
|