Add functions to know that SALOME module version is development one

This commit is contained in:
vsr 2012-03-22 11:13:49 +00:00
parent b2022dadb0
commit 7c7b7b476d
3 changed files with 6 additions and 1 deletions

View File

@ -33,5 +33,6 @@
#define NETGENPLUGIN_VERSION_STR "@VERSION@"
#define NETGENPLUGIN_VERSION @XVERSION@
#define NETGENPLUGIN_DEVELOPMENT @VERSION_DEV@
#endif // __NETGENPLUGIN_VERSION_H__

View File

@ -1 +1,3 @@
THIS IS SALOME - NETGENPLUGIN VERSION: @VERSION@
[SALOME NETGENPLUGIN] : @VERSION@
[DEVELOPMENT] : @VERSION_DEV@
[DESCRIPTION] : Netgen meshing plug-in for SALOME Mesh module

View File

@ -37,6 +37,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=netgenplugin