From 4f8e3bd446d6fc35396a1b989e4933535db2e53f Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 11 Jul 2006 09:35:26 +0000 Subject: [PATCH] Change version name to 3.2.1 --- DEPRECATED/configure.in.base | 4 ++-- configure.ac | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPRECATED/configure.in.base b/DEPRECATED/configure.in.base index 6a42ccbcb..58c19e522 100644 --- a/DEPRECATED/configure.in.base +++ b/DEPRECATED/configure.in.base @@ -22,9 +22,9 @@ AC_CANONICAL_HOST PACKAGE=salome AC_SUBST(PACKAGE) -VERSION=3.2.0 +VERSION=3.2.1 AC_SUBST(VERSION) -XVERSION=0x030200 +XVERSION=0x030201 AC_SUBST(XVERSION) # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.) diff --git a/configure.ac b/configure.ac index 6fe4e801f..bf31ca72a 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # #AC_PREREQ(2.59) #AC_INIT(src) -AC_INIT([Salome2 Project], [3.2.0], [gboulant@CS], [salome]) +AC_INIT([Salome2 Project], [3.2.1], [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.0 -XVERSION=0x030200 +VERSION=3.2.1 +XVERSION=0x030201 AC_SUBST(VERSION) AC_SUBST(XVERSION) -- 2.39.2