Add functions to know that SALOME module version is development one

This commit is contained in:
vsr 2012-03-22 11:42:44 +00:00
parent 4d4cef4054
commit d2e5c01511
3 changed files with 6 additions and 1 deletions

View File

@ -33,5 +33,6 @@
#define GEOM_VERSION_STR "@VERSION@"
#define GEOM_VERSION @XVERSION@
#define GEOM_DEVELOPMENT @VERSION_DEV@
#endif // __GEOM_VERSION_H__

View File

@ -1 +1,3 @@
THIS IS SALOME - GEOM VERSION: @VERSION@
[SALOME GEOM] : @VERSION@
[DEVELOPMENT] : @VERSION_DEV@
[DESCRIPTION] : SALOME Geometry module

View File

@ -33,6 +33,8 @@ AM_INIT_AUTOMAKE([tar-pax -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=geom