Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit f670854

Browse files
committed
CMake: Increment point release number
1 parent 21824c7 commit f670854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ project(FreeCAD)
2727

2828
set(PACKAGE_VERSION_MAJOR "0")
2929
set(PACKAGE_VERSION_MINOR "21")
30-
set(PACKAGE_VERSION_PATCH "0") # number of patch release (e.g. "4" for the 0.18.4 release)
30+
set(PACKAGE_VERSION_PATCH "1") # number of patch release (e.g. "4" for the 0.18.4 release)
3131
set(PACKAGE_VERSION_SUFFIX "") # either "dev" for development snapshot or "" (empty string)
3232
set(PACKAGE_BUILD_VERSION "0") # used when the same FreeCAD version will be re-released (for example using an updated LibPack)
3333

0 commit comments

Comments
 (0)