]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
PR: merge synchro V7_1_0
authorprascle <prascle>
Wed, 20 Mar 2013 15:48:48 +0000 (15:48 +0000)
committerprascle <prascle>
Wed, 20 Mar 2013 15:48:48 +0000 (15:48 +0000)
configure.ac

index 101cc209bee5e38bdbf3d8056ddb0c03521617c3..e44d9f07bcc8f8f6ae106b2a4fba704f7333efea 100644 (file)
@@ -23,7 +23,7 @@
 # Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
 # ---
 #
-AC_INIT([Salome2 Project BLSURFPLUGIN module], [7.0.0], [webmaster.salome@opencascade.com], [SalomeBLSURFPLUGIN])
+AC_INIT([Salome2 Project BLSURFPLUGIN module], [7.1.0], [webmaster.salome@opencascade.com], [SalomeBLSURFPLUGIN])
 AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
@@ -31,7 +31,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.)