mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0022698: Add OCC_VERSION_DEVELOPMENT definition in Standard_Version.hxx
This commit is contained in:
parent
9c12265e4b
commit
a71eab5866
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user