From: vsr Date: Thu, 23 Aug 2007 04:29:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: qt4_porting_delivery_220807 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=45caedd1c2dba87e34687cca484dc67f63757d76;p=modules%2Fkernel.git *** empty log message *** --- diff --git a/configure.ac b/configure.ac index 8480a5e5f..ad4ad88bf 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ # #AC_PREREQ(2.59) #AC_INIT(src) -AC_INIT([Salome2 Project], [4.0.0], [paul.rascle@edf.fr], [salome]) +AC_INIT([Salome2 Project KERNEL module], [5.0.0], [paul.rascle@edf.fr], [salome]) # AC_CONFIG_AUX_DIR defines an alternative directory where to find the auxiliary # scripts such as config.guess, install-sh, ... @@ -15,12 +15,7 @@ AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([tar-pax]) #AC_CONFIG_HEADER([config.h]) -PACKAGE=salome -AC_SUBST(PACKAGE) - -VERSION=4.0.0 -XVERSION=0x040000 -AC_SUBST(VERSION) +XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'` AC_SUBST(XVERSION) # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.)