Skip to content

Commit

Permalink
Update version to 3.0.0-RC1 (#1873)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Jan 4, 2025
1 parent bc9c681 commit 0c89ab2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ list(INSERT CMAKE_MODULE_PATH 0 "${f3d_cmake_dir}")
include(f3dVersion)

# Handle F3D_VERSION
set(F3D_MAJOR_VERSION 2)
set(F3D_MINOR_VERSION 5)
set(F3D_PATCH_VERSION 1)
set(F3D_MAJOR_VERSION 3)
set(F3D_MINOR_VERSION 0)
set(F3D_PATCH_VERSION 0)
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})

set(F3D_PATCH_VERSION_EXTRA "")
set(F3D_PATCH_VERSION_EXTRA "RC1")
if(F3D_PATCH_VERSION_EXTRA STREQUAL "")
set(F3D_VERSION_FULL ${F3D_VERSION})
else()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ wheel.packages = []
version_file = "_version.py"
version_scheme = "no-guess-dev"
local_scheme = "no-local-version"
fallback_version = "2.5.1"
fallback_version = "3.0.0-RC1"

[tool.scikit-build.cmake.define]
CMAKE_OSX_DEPLOYMENT_TARGET = "10.15"
Expand Down

0 comments on commit 0c89ab2

Please sign in to comment.