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

index e35363b965438293341cb27abb71106a0ab1d9af..b63b10fc704dce7e886988034332d007fac18f35 100755 (executable)
@@ -30,5 +30,6 @@
 
 #define HEXABLOCKPLUGIN_VERSION_STR "@VERSION@"
 #define HEXABLOCKPLUGIN_VERSION     @XVERSION@
+#define HEXABLOCKPLUGIN_DEVELOPMENT @VERSION_DEV@
 
 #endif // __HEXABLOCKPLUGIN_VERSION_H__
index 2c679c8106f33258142371314bc414f9064f197e..5d92d97c51f029ffedcbeef9de3024f4d0e2d240 100755 (executable)
@@ -1 +1,3 @@
-THIS IS SALOME - HEXABLOCKPLUGIN VERSION: @VERSION@
+[SALOME HEXABLOCKPLUGIN] : @VERSION@
+[DEVELOPMENT]            : @VERSION_DEV@
+[DESCRIPTION]            : HEXABLOCK meshing plug-in for SALOME Mesh module
index c2a5a87738d161776bc03f36db6dae9d6cf3b502..3cd4002e23557598322d854995336428ea46ab6b 100755 (executable)
@@ -35,6 +35,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=HEXABLOCKplugin