Skip to content

Commit 1b3599c

Browse files
DeathreusHeadline
authored andcommitted
Bump non-critical versioning to 1.10 (#939)
1 parent 5e7596d commit 1b3599c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/include/version.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#define SOURCEMOD_V_REV 0
4343
#define SOURCEMOD_V_CSET "0"
4444
#define SOURCEMOD_V_MAJOR 1 /**< SourceMod Major version */
45-
#define SOURCEMOD_V_MINOR 8 /**< SourceMod Minor version */
45+
#define SOURCEMOD_V_MINOR 10 /**< SourceMod Minor version */
4646
#define SOURCEMOD_V_RELEASE 0 /**< SourceMod Release version */
4747

48-
#define SOURCEMOD_VERSION "1.8.0-manual" /**< SourceMod version string (major.minor.release-tag) */
48+
#define SOURCEMOD_VERSION "1.10.0-manual" /**< SourceMod version string (major.minor.release-tag) */
4949
#endif

public/sourcemod_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
#define SM_BUILD_LOCAL_REV "0"
5353
#define SM_BUILD_CSET "0"
5454
#define SM_BUILD_MAJOR "1"
55-
#define SM_BUILD_MINOR "8"
55+
#define SM_BUILD_MINOR "10"
5656
#define SM_BUILD_RELEASE "0"
5757

5858
#define SM_BUILD_UNIQUEID SM_BUILD_LOCAL_REV ":" SM_BUILD_CSET
5959

6060
#define SM_VERSION_STRING SM_BUILD_MAJOR "." SM_BUILD_MINOR "." SM_BUILD_RELEASE "-" SM_BUILD_TAG
61-
#define SM_VERSION_FILE 1,8,0,0
61+
#define SM_VERSION_FILE 1,10,0,0
6262
#endif
6363
#define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__
6464

0 commit comments

Comments
 (0)