Skip to content

Commit f6d0860

Browse files
authored
Merge pull request #1027 from mwestphal/2.2.0-RC3_version
Update version to 2.2.0-RC3
2 parents 5c9e074 + bd2b6db commit f6d0860

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set(F3D_MINOR_VERSION 2)
3434
set(F3D_PATCH_VERSION 0)
3535
set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION})
3636

37-
set(F3D_PATCH_VERSION_EXTRA RC2)
37+
set(F3D_PATCH_VERSION_EXTRA RC3)
3838
if(F3D_PATCH_VERSION_EXTRA STREQUAL "")
3939
set(F3D_VERSION_FULL ${F3D_VERSION})
4040
else()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build"
55
[project]
66
name = "f3d"
77
requires-python = ">=3.7"
8-
version = "2.2.0-RC2"
8+
version = "2.2.0-RC3"
99
description = "F3D, a fast and minimalist 3D viewer"
1010
readme = "README.md"
1111
license = {file = "LICENSE.md"}

0 commit comments

Comments
 (0)