X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=GEOM_version.h.in;h=aa1895c0210ad729266a5b104defa22db767051a;hb=e7b562779c514770fa1702c436aef108ed4b6da5;hp=9d6a2951c117805afe59a2d50f83259654104a1f;hpb=0eeb36ef0b2b4f652cd220e6d98c7e30eb0c1cb9;p=modules%2Fgeom.git diff --git a/GEOM_version.h.in b/GEOM_version.h.in index 9d6a2951c..aa1895c02 100644 --- a/GEOM_version.h.in +++ b/GEOM_version.h.in @@ -31,8 +31,26 @@ GEOM_VERSION is (major << 16) + (minor << 8) + patch. */ -#define GEOM_VERSION_STR "@VERSION@" -#define GEOM_VERSION @XVERSION@ -#define GEOM_DEVELOPMENT @VERSION_DEV@ +/* #define GEOM_VERSION_STR "@VERSION@" */ +/* #define GEOM_VERSION @XVERSION@ */ +/* #define GEOM_DEVELOPMENT @VERSION_DEV@ */ + +/*! + Specify version of SALOME GEOM module, as follows + + GEOM_VERSION_MAJOR : (integer) number identifying major version + GEOM_VERSION_MINOR : (integer) number identifying minor version + GEOM_VERSION_MAINTENANCE : (integer) number identifying maintenance version + GEOM_VERSION_STR : (string) complete version number "major.minor.maintenance" + GEOM_VERSION : (hex) complete version number (major << 16) + (minor << 8) + maintenance + GEOM_DEVELOPMENT : (integer) indicates development version when set to 1 +*/ + +#define GEOM_VERSION_MAJOR @SALOMEGEOM_MAJOR_VERSION@ +#define GEOM_VERSION_MINOR @SALOMEGEOM_MINOR_VERSION@ +#define GEOM_VERSION_MAINTENANCE @SALOMEGEOM_PATCH_VERSION@ +#define GEOM_VERSION_STR "@SALOMEGEOM_VERSION@" +#define GEOM_VERSION @SALOMEGEOM_XVERSION@ +#define GEOM_DEVELOPMENT @SALOMEGEOM_VERSION_DEV@ #endif // __GEOM_VERSION_H__