Updated version files for HG.

This commit is contained in:
David Anderson
2010-04-04 17:22:45 -07:00
parent 56b53584d1
commit 73e3e52057
43 changed files with 50 additions and 47 deletions

View File

@ -11,6 +11,6 @@
#endif
#define _svnversion_included
#define AMXX_VERSION 1.81
#define AMXX_VERSION_NUM 181
stock const AMXX_VERSION_STR[] = "1.8.1.3746";
#define AMXX_VERSION 1.82
#define AMXX_VERSION_NUM 182
stock const AMXX_VERSION_STR[] = "1.8.2";

View File

@ -13,4 +13,4 @@
#define AMXX_VERSION $PMAJOR$.$PMINOR$$PREVISION$
#define AMXX_VERSION_NUM $PMAJOR$$PMINOR$$PREVISION$
stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$.$GLOBAL_BUILD$";
stock const AMXX_VERSION_STR[] = "$PMAJOR$.$PMINOR$.$PREVISION$";