From: maintenance team Date: Fri, 16 Nov 2007 08:10:37 +0000 (+0000) Subject: Change version to 3.2.8 X-Git-Tag: V3_2_9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=46a6b96464f61008b868bfe54f10238af8031c29;p=modules%2Fkernel.git Change version to 3.2.8 --- diff --git a/configure.ac b/configure.ac index 98e2b743a..46ba053b2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # #AC_PREREQ(2.59) #AC_INIT(src) -AC_INIT([Salome2 Project], [3.2.8], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project], [3.2.9], [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.8 -XVERSION=0x030208 +VERSION=3.2.9 +XVERSION=0x030209 AC_SUBST(VERSION) AC_SUBST(XVERSION)