]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
Merge from V6_6_BR (V6_6_0rc2) 11/12/2012
authorvsr <vsr@opencascade.com>
Tue, 11 Dec 2012 12:40:34 +0000 (12:40 +0000)
committervsr <vsr@opencascade.com>
Tue, 11 Dec 2012 12:40:34 +0000 (12:40 +0000)
configure.ac

index 1fec193c660354e5a5a5eac021c84d757b7e762a..9eba6083753a0b1f49a07ec1e14d4ef19f6bd517 100755 (executable)
@@ -27,7 +27,7 @@
 # Modified by : Marc Tajchman (CEA)
 # Created from configure.in.base
 #
-AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[6.5.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCKPLUGIN])
+AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[6.6.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=0
+VERSION_DEV=1
 AC_SUBST(VERSION_DEV)
 
 # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)