X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=b23e11d6d7c4adda5d4acf7b861178c99fd039f3;hb=fc6d5ebd72772ccedfc3154ce1d1dad1b420cf40;hp=8426974e7b21cd4d38f5535412bbcdca823be040;hpb=1cc6ea9e80ed4fb0abaf202edc2619e813fe21f7;p=modules%2Fhexablock.git diff --git a/configure.ac b/configure.ac index 8426974..b23e11d 100755 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 CEA/DEN, EDF R&D +# Copyright (C) 2009-2013 CEA/DEN, EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -17,7 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -AC_INIT([Salome6 Project HEXABLOCK module],[7.1.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCK]) +AC_INIT([Salome6 Project HEXABLOCK module],[7.2.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCK]) AC_CONFIG_AUX_DIR(adm_local/unix/config_files) AC_CANONICAL_HOST AC_CANONICAL_TARGET @@ -27,7 +27,7 @@ SHORT_VERSION=`echo $VERSION | awk -F. '{printf("%d.%d",$1,$2)}'` AC_SUBST(SHORT_VERSION) 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.)