Bump non-critical versioning to 1.10 (#939)

This commit is contained in:
Deathreus
2018-12-27 21:02:14 -05:00
committed by Michael Flaherty
parent 5e7596dea6
commit 1b3599c189
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -52,13 +52,13 @@
#define SM_BUILD_LOCAL_REV "0"
#define SM_BUILD_CSET "0"
#define SM_BUILD_MAJOR "1"
#define SM_BUILD_MINOR "8"
#define SM_BUILD_MINOR "10"
#define SM_BUILD_RELEASE "0"
#define SM_BUILD_UNIQUEID SM_BUILD_LOCAL_REV ":" SM_BUILD_CSET
#define SM_VERSION_STRING SM_BUILD_MAJOR "." SM_BUILD_MINOR "." SM_BUILD_RELEASE "-" SM_BUILD_TAG
#define SM_VERSION_FILE 1,8,0,0
#define SM_VERSION_FILE 1,10,0,0
#endif
#define SM_BUILD_TIMESTAMP __DATE__ " " __TIME__