From: vsr Date: Fri, 12 Apr 2013 15:27:05 +0000 (+0000) Subject: Increment version to 7.2.0 X-Git-Tag: B4Mrg1804~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2006a33005e24cf592f60811fead3aa7a2ea2e37;p=modules%2Fmed.git Increment version to 7.2.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 452dbe5b8..931de3fa8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,8 +24,8 @@ IF(COMMAND cmake_policy) ENDIF(COMMAND cmake_policy) ENABLE_TESTING() -SET(VERSION "7.1.0") -SET(VERSION_DEV "1") +SET(VERSION "7.2.0") +SET(VERSION_DEV "0") SET(WITH_MEDMEMGUI "0") #Defining all options first diff --git a/configure.ac b/configure.ac index 4012acef2..4ac2b6c07 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Modified by : Marc Tajchman (CEA) # Modified by : Mikhail PONIKAROV (OCN) # -AC_INIT([Salome2 Project MED module], [7.1.0], [webmaster.salome@opencascade.com], [SalomeMED]) +AC_INIT([Salome2 Project MED module], [7.2.0], [webmaster.salome@opencascade.com], [SalomeMED]) AC_CONFIG_AUX_DIR(adm_local/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET @@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([tar-pax -Wno-portability]) XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'` AC_SUBST(XVERSION) -VERSION_DEV=1 +VERSION_DEV=0 AC_SUBST(VERSION_DEV) # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)