Explorar el Código

Name desktop version 1.2.0

Tobias Hieta hace 8 años
padre
commit
6164ff46f6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)