Bump version.

This commit is contained in:
Ryan Stecker 2024-03-28 19:14:16 -05:00
parent 212ca95688
commit 022768b3d8
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.0.0 1.1.0

View File

@ -18,9 +18,9 @@
#define SM_BUILD_TAG "-manual" #define SM_BUILD_TAG "-manual"
#define SM_BUILD_UNIQUEID "[MANUAL BUILD]" #define SM_BUILD_UNIQUEID "[MANUAL BUILD]"
#define SM_VERSION "1.0.0" #define SM_VERSION "1.1.0"
#define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG
#define SM_FILE_VERSION 1,0,0,0 #define SM_FILE_VERSION 1,1,0,0
#endif #endif