Adjust version for manual build and update VS projects (#543)

This commit is contained in:
Vincent Herbet
2018-09-02 20:34:40 +02:00
committed by GitHub
parent 736efdb370
commit 80cf45d234
43 changed files with 299 additions and 35 deletions

View File

@ -12,6 +12,6 @@
#endif
#define _amxmodx_version_included
#define AMXX_VERSION 1.83
#define AMXX_VERSION_NUM 183
stock const AMXX_VERSION_STR[] = "1.8.3-manual";
#define AMXX_VERSION 1.9.0
#define AMXX_VERSION_NUM 190
stock const AMXX_VERSION_STR[] = "1.9.0-manual";