From: bugmaster Date: Wed, 9 Jul 2014 07:05:23 +0000 (+0400) Subject: Increment version of OCCT up to 6.7.3 X-Git-Tag: V6_8_0_beta~226 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=069eca4f4476b73dd0bd8c89f746423ca09cee0f Increment version of OCCT up to 6.7.3 --- diff --git a/src/Standard/Standard_Version.hxx b/src/Standard/Standard_Version.hxx index ccce022988..c0c033b0c2 100644 --- a/src/Standard/Standard_Version.hxx +++ b/src/Standard/Standard_Version.hxx @@ -35,7 +35,7 @@ // Primary definitions #define OCC_VERSION_MAJOR 6 #define OCC_VERSION_MINOR 7 -#define OCC_VERSION_MAINTENANCE 2 +#define OCC_VERSION_MAINTENANCE 3 //! 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.: @@ -47,7 +47,7 @@ // Derived (manually): version as real and string (major.minor) #define OCC_VERSION 6.7 #define OCC_VERSION_STRING "6.7" -#define OCC_VERSION_COMPLETE "6.7.2" +#define OCC_VERSION_COMPLETE "6.7.3" //! Derived: extended version as string ("major.minor.maintenance.dev") #ifdef OCC_VERSION_DEVELOPMENT