diff --git a/CMakeLists.txt b/CMakeLists.txt index a7bb271510..e12c1fe771 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 4) 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 ec4f923233..76d39e065f 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.3.1' +release = '2.4.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 051bd86552..bce3842259 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.4.0-RC2" +fallback_version = "2.4.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 75c49ddd7c..26df9b7771 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.3.1' +release = '2.4.0' # -- General configuration ---------------------------------------------------