Ver código fonte

Name desktop version 1.2.0

Tobias Hieta 8 anos atrás
pai
commit
6164ff46f6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      CMakeModules/VersionConfiguration.cmake

+ 2 - 2
CMakeModules/VersionConfiguration.cmake

@@ -21,8 +21,8 @@ else()
 endif()
 
 set(VERSION_MAJOR 1)
-set(VERSION_MINOR 1)
-set(VERSION_NANO 7)
+set(VERSION_MINOR 2)
+set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)