diff --git a/cmake/JSSConfig.cmake b/cmake/JSSConfig.cmake index 8dd126c24..0bb030c83 100644 --- a/cmake/JSSConfig.cmake +++ b/cmake/JSSConfig.cmake @@ -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() diff --git a/jss.spec b/jss.spec index 88dfa84ff..8a5778a7c 100644 --- a/jss.spec +++ b/jss.spec @@ -12,13 +12,13 @@ Name: jss # Downstream release number: # - development/stabilization (unsupported): 0. where n >= 1 # - GA/update (supported): where n >= 1 -%global release_number 0.1 +%global release_number 1 # Development phase: # - development (unsupported): alpha where n >= 1 # - stabilization (unsupported): beta where n >= 1 # - GA/update (supported): -%global phase alpha3 +#global phase %undefine timestamp %undefine commit_id