diff --git a/cmake/JSSConfig.cmake b/cmake/JSSConfig.cmake index 87b496d9b..0de50319a 100644 --- a/cmake/JSSConfig.cmake +++ b/cmake/JSSConfig.cmake @@ -2,7 +2,7 @@ macro(jss_config) # Set the current JSS release number. Arguments are: # MAJOR MINOR PATCH BETA # When BETA is zero, it isn't a beta release. - jss_config_version(4 5 3 0) + jss_config_version(4 5 4 0) # Configure output directories jss_config_outputs() diff --git a/jss.spec b/jss.spec index 0b5cbdb03..9ac3351bd 100644 --- a/jss.spec +++ b/jss.spec @@ -6,7 +6,7 @@ Summary: Java Security Services (JSS) URL: http://www.dogtagpki.org/wiki/JSS License: MPLv1.1 or GPLv2+ or LGPLv2+ -Version: 4.5.3 +Version: 4.5.4 Release: 1%{?_timestamp}%{?_commit_id}%{?dist} # global _phase -a1