From 74d21e689c4238f5fb9140dccc2d5304a320c316 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Tue, 3 Oct 2023 23:09:51 +0200 Subject: [PATCH] 2.2.1-RC2 version --- CMakeLists.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 877492cd31..d0d0041efe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/pyproject.toml b/pyproject.toml index cbdc1cd279..d4d1f8e1ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}