]> OCCT Git - occt-copy.git/commitdiff
Define OCC_VERSION_SERVICEPACK flag.
authorrnv <rnv@opencascade.com>
Mon, 13 Mar 2017 08:34:30 +0000 (11:34 +0300)
committerrnv <rnv@opencascade.com>
Mon, 13 Mar 2017 08:34:30 +0000 (11:34 +0300)
src/Standard/Standard_Version.hxx

index cd3ed966d3ebb2eca239cb6ae9412afe1251ff41..ccab2a2013e4905a828155bce2c99257f3fd1342 100644 (file)
@@ -20,6 +20,7 @@
 //            OCC_VERSION_MAJOR       : (integer) number identifying major version 
 //            OCC_VERSION_MINOR       : (integer) number identifying minor version 
 //            OCC_VERSION_MAINTENANCE : (integer) number identifying maintenance version 
+//            OCC_VERSION_SERVICEPACK : (integer) if defined, indicates development or modified version
 //            OCC_VERSION_DEVELOPMENT : (string)  if defined, indicates development or modified version
 //            OCC_VERSION             : (real)    complete number (major.minor)
 //            OCC_VERSION_STRING      : (string)  short version number ("major.minor")
@@ -36,6 +37,7 @@
 #define OCC_VERSION_MAJOR         7
 #define OCC_VERSION_MINOR         1
 #define OCC_VERSION_MAINTENANCE   0
+#define OCC_VERSION_SERVICEPACK   1
 
 //! This macro must be commented in official release, and set to non-empty 
 //! string in other situations, to identify specifics of the version, e.g.: