mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-14 06:01:33 +05:00
Add functions to know that SALOME module version is development one
This commit is contained in:
parent
4d4cef4054
commit
d2e5c01511
@ -33,5 +33,6 @@
|
||||
|
||||
#define GEOM_VERSION_STR "@VERSION@"
|
||||
#define GEOM_VERSION @XVERSION@
|
||||
#define GEOM_DEVELOPMENT @VERSION_DEV@
|
||||
|
||||
#endif // __GEOM_VERSION_H__
|
||||
|
@ -1 +1,3 @@
|
||||
THIS IS SALOME - GEOM VERSION: @VERSION@
|
||||
[SALOME GEOM] : @VERSION@
|
||||
[DEVELOPMENT] : @VERSION_DEV@
|
||||
[DESCRIPTION] : SALOME Geometry module
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user