Bump non-critical versioning to 1.9 (#938)

This commit is contained in:
Deathreus
2018-12-27 20:27:47 -05:00
committed by Michael Flaherty
parent 03b270cf18
commit 793c603826
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -42,8 +42,8 @@
#define SOURCEMOD_V_REV 0
#define SOURCEMOD_V_CSET "0"
#define SOURCEMOD_V_MAJOR 1 /**< SourceMod Major version */
#define SOURCEMOD_V_MINOR 8 /**< SourceMod Minor version */
#define SOURCEMOD_V_MINOR 9 /**< SourceMod Minor version */
#define SOURCEMOD_V_RELEASE 0 /**< SourceMod Release version */
#define SOURCEMOD_VERSION "1.8.0-manual" /**< SourceMod version string (major.minor.release-tag) */
#define SOURCEMOD_VERSION "1.9.0-manual" /**< SourceMod version string (major.minor.release-tag) */
#endif