Salome HOME
Increment version to 7.2.0 V7_2_1_BR V7_2_BR V7_2_0 V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc1 V7_2_0rc2
authorvsr <vsr@opencascade.com>
Fri, 12 Apr 2013 15:25:46 +0000 (15:25 +0000)
committervsr <vsr@opencascade.com>
Fri, 12 Apr 2013 15:25:46 +0000 (15:25 +0000)
configure.ac

index ccbe408fc9c2559b3c8d04e433b67805c376c309..f03ccaed50364957b8b65bc38e5a9e435fde35ba 100755 (executable)
@@ -27,7 +27,7 @@
 # Modified by : Marc Tajchman (CEA)
 # Created from configure.in.base
 #
-AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[7.1.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCKPLUGIN])
+AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[7.2.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCKPLUGIN])
 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -35,7 +35,7 @@ AM_INIT_AUTOMAKE([-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.)