From: vsr Date: Thu, 22 Mar 2012 11:52:06 +0000 (+0000) Subject: Add functions to know that SALOME module version is development one X-Git-Tag: V6_5_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c4370d56ded0e0c664f5c2f4defbda19eb71ef57;p=plugins%2Fhexablockplugin.git Add functions to know that SALOME module version is development one --- diff --git a/HEXABLOCKPLUGIN_version.h.in b/HEXABLOCKPLUGIN_version.h.in index e35363b..b63b10f 100755 --- a/HEXABLOCKPLUGIN_version.h.in +++ b/HEXABLOCKPLUGIN_version.h.in @@ -30,5 +30,6 @@ #define HEXABLOCKPLUGIN_VERSION_STR "@VERSION@" #define HEXABLOCKPLUGIN_VERSION @XVERSION@ +#define HEXABLOCKPLUGIN_DEVELOPMENT @VERSION_DEV@ #endif // __HEXABLOCKPLUGIN_VERSION_H__ diff --git a/bin/VERSION.in b/bin/VERSION.in index 2c679c8..5d92d97 100755 --- a/bin/VERSION.in +++ b/bin/VERSION.in @@ -1 +1,3 @@ -THIS IS SALOME - HEXABLOCKPLUGIN VERSION: @VERSION@ +[SALOME HEXABLOCKPLUGIN] : @VERSION@ +[DEVELOPMENT] : @VERSION_DEV@ +[DESCRIPTION] : HEXABLOCK meshing plug-in for SALOME Mesh module diff --git a/configure.ac b/configure.ac index c2a5a87..3cd4002 100755 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,8 @@ AM_INIT_AUTOMAKE([-Wno-portability]) XVERSION=`echo $VERSION | awk -F. '{printf("0x%02x%02x%02x",$1,$2,$3)}'` AC_SUBST(XVERSION) +VERSION_DEV=1 +AC_SUBST(VERSION_DEV) # set up MODULE_NAME variable for dynamic construction of directories (resources, etc.) MODULE_NAME=HEXABLOCKplugin