Skip to content

Commit

Permalink
Adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Sep 2, 2018
1 parent 8c0f97d commit 736efdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion product.version
@@ -1 +1 @@
1.8.3-dev
1.9.0-dev
6 changes: 3 additions & 3 deletions public/amxmodx_version.h
Expand Up @@ -21,13 +21,13 @@
#define AMXX_BUILD_LOCAL_REV "0"
#define AMXX_BUILD_CSET "0"
#define AMXX_BUILD_MAJOR "1"
#define AMXX_BUILD_MINOR "8"
#define AMXX_BUILD_RELEASE "3"
#define AMXX_BUILD_MINOR "9"
#define AMXX_BUILD_RELEASE "0"

#define AMXX_BUILD_UNIQUEID AMXX_BUILD_LOCAL_REV ":" AMXX_BUILD_CSET

#define AMXX_VERSION_STRING AMXX_BUILD_MAJOR "." AMXX_BUILD_MINOR "." AMXX_BUILD_RELEASE "-" AMXX_BUILD_TAG
#define AMXX_VERSION_FILE 1,8,3,0
#define AMXX_VERSION_FILE 1,9,0,0
#endif

#define AMXX_BUILD_TIMESTAMP __DATE__ " " __TIME__
Expand Down

0 comments on commit 736efdb

Please sign in to comment.