diff --git a/product.version b/product.version index afaf360..1cc5f65 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/src/version.h b/src/version.h index 11591f5..95859f4 100644 --- a/src/version.h +++ b/src/version.h @@ -18,9 +18,9 @@ #define SM_BUILD_TAG "-manual" #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_FILE_VERSION 1,0,0,0 +#define SM_FILE_VERSION 1,1,0,0 #endif