new version number
This commit is contained in:
parent
1a339b2f77
commit
948be015a7
@ -5,7 +5,7 @@
|
||||
|
||||
// Module info
|
||||
#define MODULE_NAME "Engine"
|
||||
#define MODULE_VERSION "1.00"
|
||||
#define MODULE_VERSION "1.01"
|
||||
#define MODULE_AUTHOR "AMX Mod X Dev Team"
|
||||
#define MODULE_URL "http://www.amxmodx.org"
|
||||
#define MODULE_LOGTAG "ENGINE"
|
||||
|
@ -11,8 +11,8 @@
|
||||
#endif
|
||||
#define _amxconst_included
|
||||
|
||||
#define AMXX_VERSION 1.0
|
||||
stock const AMXX_VERSION_STR[]="1.00"
|
||||
#define AMXX_VERSION 1.01
|
||||
stock const AMXX_VERSION_STR[]="1.01"
|
||||
|
||||
#define ADMIN_ALL 0 /* everyone */
|
||||
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
|
||||
@ -259,4 +259,4 @@ enum {
|
||||
#define AMX_FLAG_NOCHECKS (1<<4) /* no array bounds checking */
|
||||
#define AMX_FLAG_LINEOPS (1<<5) /* line ops are parsed by the JIT [loadtime only flag] */
|
||||
#define AMX_FLAG_BROWSE (1<<14) /* browsing/relocating or executing */
|
||||
#define AMX_FLAG_RELOC (1<<15) /* jump/call addresses relocated */
|
||||
#define AMX_FLAG_RELOC (1<<15) /* jump/call addresses relocated */
|
||||
|
Loading…
Reference in New Issue
Block a user