diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-12-06 19:59:33 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-12-07 18:10:11 +0100 |
commit | 0c259cd8c8245db0364b38995e9e1fd941f79ed9 (patch) | |
tree | 12b93f5b2def9f4cfb482eccc8a55da4e0925299 | |
parent | cf10b80d63916e5686545156264a6ed2306cc5bb (diff) | |
download | sssd-0c259cd8c8245db0364b38995e9e1fd941f79ed9.tar.gz sssd-0c259cd8c8245db0364b38995e9e1fd941f79ed9.tar.bz2 sssd-0c259cd8c8245db0364b38995e9e1fd941f79ed9.zip |
Bump the version and reset release back to 0
-rw-r--r-- | contrib/sssd.spec.in | 2 | ||||
-rw-r--r-- | version.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 32907b11..2a0401d1 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -43,7 +43,7 @@ Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ -Release: 1@PRERELEASE_VERSION@%{?dist} +Release: 0@PRERELEASE_VERSION@%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.9.90]) +m4_define([VERSION_NUMBER], [1.9.91]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM |