Salome HOME
Increment version: 8.1.0
[plugins/hexablockplugin.git] / HEXABLOCKPLUGIN_version.h.in
index 3fc901b9d6e7cb64cb18a72d6b85e4e6c8b3b36a..f06c0453f91686dca4a8bea92b2eeeab1b1e8f40 100755 (executable)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 #if !defined(__HEXABLOCKPLUGIN_VERSION_H__)
 #define __HEXABLOCKPLUGIN_VERSION_H__
 
-/*
-  HEXABLOCKPLUGIN_VERSION is (major << 16) + (minor << 8) + patch.
+/*!
+  Specify version of SALOME HEXABLOCKPLUGIN module, as follows
+
+  HEXABLOCKPLUGIN_VERSION_MAJOR       : (integer) number identifying major version
+  HEXABLOCKPLUGIN_VERSION_MINOR       : (integer) number identifying minor version
+  HEXABLOCKPLUGIN_VERSION_MAINTENANCE : (integer) number identifying maintenance version
+  HEXABLOCKPLUGIN_VERSION_STR         : (string)  complete version number "major.minor.maintenance"
+  HEXABLOCKPLUGIN_VERSION             : (hex)     complete version number (major << 16) + (minor << 8) + maintenance
+  HEXABLOCKPLUGIN_DEVELOPMENT         : (integer) indicates development version when set to 1
 */
 
-#define HEXABLOCKPLUGIN_VERSION_STR "@VERSION@"
-#define HEXABLOCKPLUGIN_VERSION     @XVERSION@
-#define HEXABLOCKPLUGIN_DEVELOPMENT @VERSION_DEV@
+#define HEXABLOCKPLUGIN_VERSION_MAJOR       @SALOMEHEXABLOCKPLUGIN_MAJOR_VERSION@
+#define HEXABLOCKPLUGIN_VERSION_MINOR       @SALOMEHEXABLOCKPLUGIN_MINOR_VERSION@
+#define HEXABLOCKPLUGIN_VERSION_MAINTENANCE @SALOMEHEXABLOCKPLUGIN_PATCH_VERSION@
+#define HEXABLOCKPLUGIN_VERSION_STR         "@SALOMEHEXABLOCKPLUGIN_VERSION@"
+#define HEXABLOCKPLUGIN_VERSION             @SALOMEHEXABLOCKPLUGIN_XVERSION@
+#define HEXABLOCKPLUGIN_DEVELOPMENT         @SALOMEHEXABLOCKPLUGIN_VERSION_DEV@
 
 #endif // __HEXABLOCKPLUGIN_VERSION_H__