From: jfa Date: Tue, 26 Jun 2007 07:27:11 +0000 (+0000) Subject: Change version to 3.2.7 X-Git-Tag: T15881 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec57a78d04e2e638a8f48609754f8a46f549ec34;p=modules%2Fkernel.git Change version to 3.2.7 --- diff --git a/configure.ac b/configure.ac index 083b59e83..6182c9e86 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # #AC_PREREQ(2.59) #AC_INIT(src) -AC_INIT([Salome2 Project], [3.2.5], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project], [3.2.7], [gboulant@CS], [salome]) # AC_CONFIG_AUX_DIR defines an alternative directory where to find the auxiliary # scripts such as config.guess, install-sh, ... @@ -18,8 +18,8 @@ AM_INIT_AUTOMAKE PACKAGE=salome AC_SUBST(PACKAGE) -VERSION=3.2.6 -XVERSION=0x030206 +VERSION=3.2.7 +XVERSION=0x030207 AC_SUBST(VERSION) AC_SUBST(XVERSION)