From c757ce233ae5d273cac8e21b4253d0cd05f75670 Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 13 Mar 2017 11:34:30 +0300 Subject: [PATCH] Define OCC_VERSION_SERVICEPACK flag. --- src/Standard/Standard_Version.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Standard/Standard_Version.hxx b/src/Standard/Standard_Version.hxx index cd3ed966d3..ccab2a2013 100644 --- a/src/Standard/Standard_Version.hxx +++ b/src/Standard/Standard_Version.hxx @@ -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.: