# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
-AC_INIT([Salome6 Project HEXABLOCK module],[7.0.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCK])
+AC_INIT([Salome6 Project HEXABLOCK module],[7.1.0], [webmaster.salome@opencascade.com], [SalomeHEXABLOCK])
AC_CONFIG_AUX_DIR(adm_local/unix/config_files)
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
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.)