new version number

This commit is contained in:
David Anderson
2005-01-31 19:35:06 +00:00
parent 1a339b2f77
commit 948be015a7
2 changed files with 4 additions and 4 deletions

View File

@ -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 */