From: jfa Date: Tue, 29 Aug 2006 08:44:28 +0000 (+0000) Subject: Change version name to 3.2.2pre X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=219ed82e87b855ef2d2b4a48f2c1de4b25c7cdf5;p=modules%2Fkernel.git Change version name to 3.2.2pre --- diff --git a/DEPRECATED/configure.in.base b/DEPRECATED/configure.in.base index 58c19e522..0c19e70b3 100644 --- a/DEPRECATED/configure.in.base +++ b/DEPRECATED/configure.in.base @@ -22,7 +22,7 @@ AC_CANONICAL_HOST PACKAGE=salome AC_SUBST(PACKAGE) -VERSION=3.2.1 +VERSION=3.2.2pre AC_SUBST(VERSION) XVERSION=0x030201 AC_SUBST(XVERSION) diff --git a/configure.ac b/configure.ac index bf31ca72a..28726b279 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # #AC_PREREQ(2.59) #AC_INIT(src) -AC_INIT([Salome2 Project], [3.2.1], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project], [3.2.2pre], [gboulant@CS], [salome]) # AC_CONFIG_AUX_DIR defines an alternative directory where to find the auxiliary # scripts such as config.guess, install-sh, ... @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE PACKAGE=salome AC_SUBST(PACKAGE) -VERSION=3.2.1 +VERSION=3.2.2pre XVERSION=0x030201 AC_SUBST(VERSION) AC_SUBST(XVERSION)