From: vsr Date: Mon, 10 Jun 2013 13:45:01 +0000 (+0000) Subject: Increment version -> 6.7.0 X-Git-Tag: V6_7_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV6_7_BR;p=modules%2Fkernel.git Increment version -> 6.7.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e9f020b3f..b83164631 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/configure.ac b/configure.ac index f2f139020..772bf9e95 100644 --- a/configure.ac +++ b/configure.ac @@ -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, ... diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index f502a6310..b0d5e6e72 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -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