]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Increment version -> 6.7.0 V6_7_BR V6_7_0 V6_7_0_patch01 V6_7_0rc1
authorvsr <vsr@opencascade.com>
Mon, 10 Jun 2013 13:45:01 +0000 (13:45 +0000)
committervsr <vsr@opencascade.com>
Mon, 10 Jun 2013 13:45:01 +0000 (13:45 +0000)
CMakeLists.txt
configure.ac
salome_adm/cmake_files/am2cmake.py

index e9f020b3f1333bf121fa278fa2e6edd0a5e340bd..b83164631be8d1139a9d041ca07fa84105eec900 100755 (executable)
@@ -37,7 +37,7 @@ SET(WITH_LOCAL 1)
 SET(WITH_BATCH 1)
 
 ENABLE_TESTING()
-SET(VERSION "6.6.0")
+SET(VERSION "6.7.0")
 SET(VERSION_DEV "0")
 
 INCLUDE(${CMAKE_SOURCE_DIR}/salome_adm/cmake_files/FindPLATFORM.cmake)
index f2f1390206362b0a1602b2babe6b96f0e6df0bb0..772bf9e9503940ce689eb76585164a85d06e17b8 100644 (file)
@@ -25,7 +25,7 @@
 # ================================================================
 #AC_PREREQ(2.59)
 #
-AC_INIT([Salome2 Project], [6.6.0], [paul.rascle@edf.fr], [SalomeKERNEL])
+AC_INIT([Salome2 Project], [6.7.0], [paul.rascle@edf.fr], [SalomeKERNEL])
 
 # AC_CONFIG_AUX_DIR defines an alternative directory where to find the auxiliary
 # scripts such as config.guess, install-sh, ...
index f502a631085670444da5201db1938f5a8aedd7cd..b0d5e6e72813b73f8cf44412f378c8922b0ccba7 100644 (file)
@@ -802,9 +802,9 @@ class CMakeFile(object):
                 pass
             # --
             newlines.append("""
-            set(VERSION 6.6.0)
-            set(SHORT_VERSION 6.6)
-            set(XVERSION 0x060600)
+            set(VERSION 6.7.0)
+            set(SHORT_VERSION 6.7)
+            set(XVERSION 0x060700)
             set(VERSION_DEV 0)
             """)
             pass