Bumped version to 1.1.1 and added back -dev build string.

This commit is contained in:
Scott Ehlert
2008-12-28 23:50:26 -06:00
parent 2b7ccf6625
commit 5c92b0d154
17 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -37,6 +37,6 @@
#define SOURCEMOD_V_MAJOR 1 /**< SourceMod Major version */
#define SOURCEMOD_V_MINOR 1 /**< SourceMod Minor version */
#define SOURCEMOD_V_RELEASE 0 /**< SourceMod Release version */
#define SOURCEMOD_V_RELEASE 1 /**< SourceMod Release version */
#define SOURCEMOD_VERSION "1.1.0" /**< SourceMod version string (major.minor.release.build) */
#define SOURCEMOD_VERSION "1.1.1-dev" /**< SourceMod version string (major.minor.release.build) */