]> SALOME platform Git repositories - plugins/hexablockplugin.git/commitdiff
Salome HOME
Increment version -> 6.7.0
authorvsr <vsr@opencascade.com>
Mon, 10 Jun 2013 13:50:01 +0000 (13:50 +0000)
committervsr <vsr@opencascade.com>
Mon, 10 Jun 2013 13:50:01 +0000 (13:50 +0000)
configure.ac

index 82832786d2a0d6fb4eb2a2ce274935b6e55ed1b0..592c66b82090c0c914b1203cdc7c2215700525e7 100755 (executable)
@@ -27,7 +27,7 @@
 # Modified by : Marc Tajchman (CEA)
 # Created from configure.in.base
 #
-AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[6.6.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCKPLUGIN])
+AC_INIT([Salome2 Project HEXABLOCKPLUGIN module],[6.7.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.)