From a71eab5866d48b63d76bfa61982ff9fc6396bfd4 Mon Sep 17 00:00:00 2001 From: JFA <> Date: Fri, 12 Aug 2011 08:26:48 +0000 Subject: [PATCH] 0022698: Add OCC_VERSION_DEVELOPMENT definition in Standard_Version.hxx --- 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 3e34ae8437..69dd1ac4ca 100755 --- a/src/Standard/Standard_Version.hxx +++ b/src/Standard/Standard_Version.hxx @@ -10,6 +10,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_DEVELOPMENT : (no value) if defined, identify development version. // OCC_VERSION : (real) complete number (major.minor) // OCC_VERSION_STRING : (string) complete number ("major.minor") // OCC_VERSION_HEX : (hex) complete number as hex, two positions per each of major, minor, and patch number @@ -23,6 +24,7 @@ #define OCC_VERSION_MAJOR 6 #define OCC_VERSION_MINOR 5 #define OCC_VERSION_MAINTENANCE 1 +#define OCC_VERSION_DEVELOPMENT // This line must be commented in any final version (release) // Derived: version as real and string (major.minor) #define OCC_VERSION 6.5