Salome HOME
Add functions to know that SALOME module version is development one V6_5_0a1
authorvsr <vsr@opencascade.com>
Thu, 22 Mar 2012 10:46:31 +0000 (10:46 +0000)
committervsr <vsr@opencascade.com>
Thu, 22 Mar 2012 10:46:31 +0000 (10:46 +0000)
ATOMIC_version.h.in
bin/VERSION.in
configure.ac

index 19939bd66a287c954db277bc5efe1aa0f1e4bb59..7af3c7759e8244d38ff4e15c3bda7027ad63aa32 100644 (file)
@@ -26,5 +26,6 @@
 
 #define ATOMIC_VERSION_STR "@VERSION@"
 #define ATOMIC_VERSION     @XVERSION@
+#define ATOMIC_DEVELOPMENT @VERSION_DEV@
 
 #endif // __ATOMIC_VERSION_H__
index 5b58f407efc54cfcdae1805a55bceb69418d6486..0b25057e9de36a8087ee2932c24c02256b2ac5a4 100755 (executable)
@@ -1 +1,3 @@
-THIS IS SAMPLE LIGHT (NO-CORBA-ENGINE) MODULE : ATOMIC : VERSION: @VERSION@
+[SALOME ATOMIC] : @VERSION@
+[DEVELOPMENT]   : @VERSION_DEV@
+[DESCRIPTION]   : This is sample of "light" (w/o CORBA engine) SALOME module (part of SALOME tutorial)
index e95360165e30224cc306b0aace6f7b4b2a113926..652b2fc313cdbd33dd0c8f7f219cb16586803af9 100755 (executable)
@@ -25,6 +25,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=atomic