GUI: Add prominent dev build indicators

This commit is contained in:
Chris Hennes
2023-08-03 22:59:34 -06:00
committed by Chris Hennes
parent 16e083c8f3
commit ea49b3fe78
7 changed files with 50 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ project(FreeCAD)
set(PACKAGE_VERSION_NAME "Vulcan")
set(PACKAGE_VERSION_MAJOR "0")
set(PACKAGE_VERSION_MINOR "21")
set(PACKAGE_VERSION_MINOR "22")
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)