From 95d8c85c2ba2c95a1d05775eafca083740fa7b25 Mon Sep 17 00:00:00 2001 From: Pasukhin Dmitry Date: Thu, 27 Feb 2025 12:37:20 +0100 Subject: [PATCH] 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". --- adm/cmake/version.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" )