]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Add functions to know that SALOME module version is development one
authorvsr <vsr@opencascade.com>
Thu, 22 Mar 2012 11:13:49 +0000 (11:13 +0000)
committervsr <vsr@opencascade.com>
Thu, 22 Mar 2012 11:13:49 +0000 (11:13 +0000)
NETGENPLUGIN_version.h.in
bin/VERSION.in
configure.ac

index 3b8f9891ffa1d60e9eba650d9126d2c0349f7442..33080523b9cf401a0c3db21e016ae5ec90e722de 100644 (file)
@@ -33,5 +33,6 @@
 
 #define NETGENPLUGIN_VERSION_STR "@VERSION@"
 #define NETGENPLUGIN_VERSION     @XVERSION@
+#define NETGENPLUGIN_DEVELOPMENT @VERSION_DEV@
 
 #endif // __NETGENPLUGIN_VERSION_H__
index b5e93835ea6fd6d1a77864767fd0c8f862952760..85a021fbb5e1a45098c487c11db9e9ef8827925e 100755 (executable)
@@ -1 +1,3 @@
-THIS IS SALOME - NETGENPLUGIN VERSION: @VERSION@
+[SALOME NETGENPLUGIN] : @VERSION@
+[DEVELOPMENT]         : @VERSION_DEV@
+[DESCRIPTION]         : Netgen meshing plug-in for SALOME Mesh module
index 38ee85174b89548ffc73ec3e67855116b50eb88c..f6aef1ef93ca704d808521863331a1194e4ddedf 100644 (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