Skip to content

Commit

Permalink
Updating version to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckelleyRH committed Jun 16, 2023
1 parent 9e92fe6 commit 7e99d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 4 1 0)
jss_config_version(5 4 2 0)

# Configure output directories
jss_config_outputs()
Expand Down
2 changes: 1 addition & 1 deletion jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name: jss
# Upstream version number:
%global major_version 5
%global minor_version 4
%global update_version 1
%global update_version 2

# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
Expand Down

0 comments on commit 7e99d7e

Please sign in to comment.