[core] update version number
NOTE: this is purposely version 0.21, despite the release goal is 1.0 Since we issue weekly builds, people might otherwise misunderstand the version So first when the release goal is reached, FreeCAD becomes version 1.0
This commit is contained in:
@@ -17,7 +17,7 @@ project(FreeCAD)
|
||||
|
||||
set(PACKAGE_VERSION_NAME "Vulcan")
|
||||
set(PACKAGE_VERSION_MAJOR "0")
|
||||
set(PACKAGE_VERSION_MINOR "20")
|
||||
set(PACKAGE_VERSION_MINOR "21")
|
||||
set(PACKAGE_VERSION_PATCH "0")
|
||||
set(PACKAGE_VERSION_SUFFIX "dev") # either "dev" for development snapshot or "" (empty string)
|
||||
set(FREECAD_VERSION_PATCH "0") # number of patch release (e.g. "4" for the 0.18.4 release)
|
||||
|
||||
Reference in New Issue
Block a user