Skip to content

Commit

Permalink
Update version number to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 21, 2024
1 parent d2a2884 commit 959bb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/JSSConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ macro(jss_config)
# MAJOR MINOR PATCH BETA
# When BETA is 1, it is a pre-release (it enables some tests).
# When BETA is 0, it is a final release.
jss_config_version(5 5 0 1)
jss_config_version(5 5 0 0)

# Configure output directories
jss_config_outputs()
Expand Down
4 changes: 2 additions & 2 deletions jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Name: jss
# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
%global release_number 0.1
%global release_number 1

# Development phase:
# - development (unsupported): alpha<n> where n >= 1
# - stabilization (unsupported): beta<n> where n >= 1
# - GA/update (supported): <none>
%global phase alpha3
#global phase

%undefine timestamp
%undefine commit_id
Expand Down

0 comments on commit 959bb3c

Please sign in to comment.