bumped version

This commit is contained in:
David Anderson
2006-03-04 06:53:06 +00:00
parent 44979f2b07
commit 74cd310504
3 changed files with 6 additions and 6 deletions

View File

@ -11,9 +11,9 @@
#endif
#define _amxconst_included
#define AMXX_VERSION 1.65
#define AMXX_VERSION_NUM 165
stock const AMXX_VERSION_STR[]="1.65"
#define AMXX_VERSION 1.70
#define AMXX_VERSION_NUM 170
stock const AMXX_VERSION_STR[]="1.70"
#define ADMIN_ALL 0 /* everyone */
#define ADMIN_IMMUNITY (1<<0) /* flag "a" */
@ -315,4 +315,4 @@ enum {
//(from 0-2), 0 being first
#define MPROP_NOCOLORS 8 //NUM - sets whether colors are not auto (0=default)
#define MPROP_PADMENU 9 //NUM - sets how the ending portions of a menu are padded
//i.e. 2 items, 7 per page, with endings at slots 5/6/7.
//i.e. 2 items, 7 per page, with endings at slots 5/6/7.