From 86bdb739cf0bd4b36bae1b8b2c9c16cf9c17e592 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Mon, 1 Jul 2024 17:50:04 +0200 Subject: [PATCH] 2.5.0 Version (#1507) --- CMakeLists.txt | 2 +- library/doxygen/conf.py | 2 +- pyproject.toml | 2 +- vtkext/public/doxygen/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dd50c6859..ae8c47d5b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 5) set(F3D_PATCH_VERSION 0) set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION}) -set(F3D_PATCH_VERSION_EXTRA "RC2") +set(F3D_PATCH_VERSION_EXTRA "") if(F3D_PATCH_VERSION_EXTRA STREQUAL "") set(F3D_VERSION_FULL ${F3D_VERSION}) else() diff --git a/library/doxygen/conf.py b/library/doxygen/conf.py index 76d39e065f..b6673054ca 100644 --- a/library/doxygen/conf.py +++ b/library/doxygen/conf.py @@ -22,7 +22,7 @@ author = 'Michael Migliore and Mathieu Westphal' # The full version, including alpha/beta/rc tags -release = '2.4.0' +release = '2.5.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 28b04eba36..6a6a9fc2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ wheel.packages = [] version_file = "_version.py" version_scheme = "no-guess-dev" local_scheme = "no-local-version" -fallback_version = "2.5.0-RC2" +fallback_version = "2.5.0" [tool.scikit-build.cmake.define] CMAKE_OSX_DEPLOYMENT_TARGET = "10.15" diff --git a/vtkext/public/doxygen/conf.py b/vtkext/public/doxygen/conf.py index 26df9b7771..e2fccecddc 100644 --- a/vtkext/public/doxygen/conf.py +++ b/vtkext/public/doxygen/conf.py @@ -22,7 +22,7 @@ author = 'Michael Migliore and Mathieu Westphal' # The full version, including alpha/beta/rc tags -release = '2.4.0' +release = '2.5.0' # -- General configuration ---------------------------------------------------