diff --git a/product.version b/product.version index 1cc5f65..867e524 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/src/version.h b/src/version.h index 95859f4..fd859eb 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.1.0" +#define SM_VERSION "1.2.0" #define SM_FULL_VERSION SM_VERSION SM_BUILD_TAG -#define SM_FILE_VERSION 1,1,0,0 +#define SM_FILE_VERSION 1,2,0,0 #endif