new version number
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user