From: Pasukhin Dmitry Date: Thu, 27 Feb 2025 11:37:20 +0000 (+0100) Subject: Coding - Bump version to 8.0.0.dev (#394) X-Git-Tag: V8_0_0_rc1~56 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=95d8c85c2ba2c95a1d05775eafca083740fa7b25;p=occt.git Coding - Bump version to 8.0.0.dev (#394) New maintaining schema will be applied: maintenance stable release on top of minor (3 times per year). with binary compatible changes name - 7.9.1, 7.9.2, 7.9.3 development fully-tested release based on master (every 5+- weeks) no binary compatible changes the latest features available the same as in master name - 8.0.0.rc1, 8.0.0.rc2, 8.0.0.rc3,... the weekly branch IR still will be weekly and usually type of release will be "dev" of the next minor release. In current case "8.0.0". --- diff --git a/adm/cmake/version.cmake b/adm/cmake/version.cmake index 50691e45a7..74c0adfd94 100644 --- a/adm/cmake/version.cmake +++ b/adm/cmake/version.cmake @@ -16,7 +16,7 @@ # For development version git commit hash can be added to the version string #====================================================================== -set (OCC_VERSION_MAJOR 7 ) -set (OCC_VERSION_MINOR 9 ) +set (OCC_VERSION_MAJOR 8 ) +set (OCC_VERSION_MINOR 0 ) set (OCC_VERSION_MAINTENANCE 0 ) -set (OCC_VERSION_DEVELOPMENT ) +set (OCC_VERSION_DEVELOPMENT "dev" )