Browse Source

Up version to 1.1.0.

Ian Walton 4 years ago
parent
commit
d007629585
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMakeModules/VersionConfiguration.cmake

+ 3 - 3
CMakeModules/VersionConfiguration.cmake

@@ -26,8 +26,8 @@ set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)
 
-set(VERSION_STRING "1.0.0")
-set(VERSION_STRING_SHORT "1.0.0")
-set(CANONICAL_VERSION_STRING "1.0.0")
+set(VERSION_STRING "1.1.0")
+set(VERSION_STRING_SHORT "1.1.0")
+set(CANONICAL_VERSION_STRING "1.1.0")
 
 configure_file(src/core/Version.cpp.in src/core/Version.cpp)