Skip to content

Commit

Permalink
Merge pull request #1034 from mwestphal/2.2.1-RC2_version
Browse files Browse the repository at this point in the history
2.2.1-RC2 version
  • Loading branch information
mwestphal authored Oct 3, 2023
2 parents 294468f + 74d21e6 commit a7fda48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 2)
set(F3D_PATCH_VERSION 1)
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})

set(F3D_PATCH_VERSION_EXTRA "RC1")
set(F3D_PATCH_VERSION_EXTRA "RC2")
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 @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "f3d"
requires-python = ">=3.7"
version = "2.2.1-RC1"
version = "2.2.1-RC2"
description = "F3D, a fast and minimalist 3D viewer"
readme = "README.md"
license = {file = "LICENSE.md"}
Expand Down

0 comments on commit a7fda48

Please sign in to comment.