diff --git a/dlls/engine/moduleconfig.h b/dlls/engine/moduleconfig.h index 6c2f1072..ebabcc12 100755 --- a/dlls/engine/moduleconfig.h +++ b/dlls/engine/moduleconfig.h @@ -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" diff --git a/plugins/include/amxconst.inc b/plugins/include/amxconst.inc index a7500a61..47ef57fe 100755 --- a/plugins/include/amxconst.inc +++ b/plugins/include/amxconst.inc @@ -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 */ \ No newline at end of file +#define AMX_FLAG_RELOC (1<<15) /* jump/call addresses relocated */