diff --git a/product.version b/product.version index 3aaa149..1cc5f65 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.0.3-dev \ No newline at end of file +1.1.0 \ No newline at end of file diff --git a/public/module_version.h b/public/module_version.h index d4c4c5c..13f65f8 100644 --- a/public/module_version.h +++ b/public/module_version.h @@ -21,13 +21,13 @@ #define EXTENSION_BUILD_LOCAL_REV "0" #define EXTENSION_BUILD_CSET "0" #define EXTENSION_BUILD_MAJOR "1" - #define EXTENSION_BUILD_MINOR "0" - #define EXTENSION_BUILD_RELEASE "3" + #define EXTENSION_BUILD_MINOR "1" + #define EXTENSION_BUILD_RELEASE "0" #define EXTENSION_BUILD_UNIQUEID EXTENSION_BUILD_LOCAL_REV ":" EXTENSION_BUILD_CSET #define EXTENSION_VERSION_STRING EXTENSION_BUILD_MAJOR "." EXTENSION_BUILD_MINOR "." EXTENSION_BUILD_RELEASE "-" EXTENSION_BUILD_TAG - #define EXTENSION_VERSION_FILE 1,0,3,0 + #define EXTENSION_VERSION_FILE 1,1,0,0 #endif #define EXTENSION_BUILD_TIMESTAMP __DATE__ " " __TIME__