From e8f826d0edfc98328b52e4ffe91dec3d4a3a237b Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Thu, 13 Nov 2025 13:35:28 -0600 Subject: [PATCH] Build: Bump minor version of main branch from 1.1 to 1.2 (#25274) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35fb32f9d5..8b964c6269 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ endif() project(FreeCAD) set(PACKAGE_VERSION_MAJOR "1") -set(PACKAGE_VERSION_MINOR "1") +set(PACKAGE_VERSION_MINOR "2") set(PACKAGE_VERSION_PATCH "0") # number of patch release (e.g. "4" for the 0.18.4 release) set(PACKAGE_VERSION_SUFFIX "dev") # either "dev" for development snapshot or "" (empty string) set(PACKAGE_BUILD_VERSION "0") # used when the same FreeCAD version will be re-released (for example using an updated LibPack)