mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Add functions to know that SALOME module version is development one
This commit is contained in:
parent
f4f14a98e3
commit
6c9caee99f
@ -33,5 +33,6 @@
|
||||
|
||||
#define SMESH_VERSION_STR "@VERSION@"
|
||||
#define SMESH_VERSION @XVERSION@
|
||||
#define SMESH_DEVELOPMENT @VERSION_DEV@
|
||||
|
||||
#endif // __SMESH_VERSION_H__
|
||||
|
@ -1 +1,3 @@
|
||||
THIS IS SALOME - SMESH VERSION: @VERSION@
|
||||
[SALOME SMESH] : @VERSION@
|
||||
[DEVELOPMENT] : @VERSION_DEV@
|
||||
[DESCRIPTION] : SALOME Mesh module
|
||||
|
@ -32,6 +32,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=smesh
|
||||
|
Loading…
Reference in New Issue
Block a user