-
Notifications
You must be signed in to change notification settings - Fork 30
Updating Version Number
Endi S. Dewata edited this page Dec 5, 2022
·
3 revisions
This page describes how to update the version number, release number, and development phase in JSS.
The version number, release number, and development phase are defined in jss.spec.
The version number is defined in the following parameters:
%global major_version 5 %global minor_version 4 %global update_version 0
The release number is defined in the following parameter:
%global release_number 0.1
The development phase is defined in the following parameter:
%global phase alpha1
The version number and development phase are also defined cmake/JSSConfig.cmake:
jss_config_version(5 4 0 1)