Explorar el Código

Bump version to 1.1.0

Tobias Hieta hace 9 años
padre
commit
7ea646afc4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      CMakeModules/VersionConfiguration.cmake

+ 2 - 2
CMakeModules/VersionConfiguration.cmake

@@ -22,8 +22,8 @@ else()
 endif()
 
 set(VERSION_MAJOR 1)
-set(VERSION_MINOR 0)
-set(VERSION_NANO 5)
+set(VERSION_MINOR 1)
+set(VERSION_NANO 0)
 
 option(UPGRADE_DEBUG "" OFF)