From 014ed4ccc50009d0d48d31c570ca558e451ec968 Mon Sep 17 00:00:00 2001 From: adrianinsaval <36372335+adrianinsaval@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:48:11 -0400 Subject: [PATCH] Bump PACKAGE_VERSION_PATCH for next patch release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1533c275b7..50bcf7e0c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ project(FreeCAD) set(PACKAGE_VERSION_NAME "Vulcan") set(PACKAGE_VERSION_MAJOR "0") set(PACKAGE_VERSION_MINOR "20") -set(PACKAGE_VERSION_PATCH "0") +set(PACKAGE_VERSION_PATCH "1") set(PACKAGE_VERSION_SUFFIX "") # either "dev" for development snapshot or "" (empty string) set(FREECAD_VERSION_PATCH "1") # number of patch release (e.g. "4" for the 0.18.4 release)