]> SALOME platform Git repositories - modules/parametric.git/commitdiff
Salome HOME
Upgrade version number V7_5_0 V7_5_0rc1
authorRenaud Barate <renaud.barate@edf.fr>
Wed, 8 Oct 2014 08:15:54 +0000 (10:15 +0200)
committerRenaud Barate <renaud.barate@edf.fr>
Wed, 8 Oct 2014 08:15:54 +0000 (10:15 +0200)
CMakeLists.txt

index 771ff868b7f2adecdc013a68d8ccdb2cffe057cd..082dde9283920b0dd878b32fd41a1048200e0713 100644 (file)
@@ -27,7 +27,7 @@ CMAKE_POLICY(SET CMP0003 NEW)
 STRING(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UC)
 
 SET(${PROJECT_NAME_UC}_MAJOR_VERSION 7)
-SET(${PROJECT_NAME_UC}_MINOR_VERSION 4)
+SET(${PROJECT_NAME_UC}_MINOR_VERSION 5)
 SET(${PROJECT_NAME_UC}_PATCH_VERSION 0)
 SET(${PROJECT_NAME_UC}_VERSION
   ${${PROJECT_NAME_UC}_MAJOR_VERSION}.${${PROJECT_NAME_UC}_MINOR_VERSION}.${${PROJECT_NAME_UC}_PATCH_VERSION})