summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/sssd.spec.in2
-rw-r--r--version.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 06f7ca19e..7f0731021 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+
diff --git a/version.m4 b/version.m4
index af2e0f8a5..ae81e1a1a 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
# Primary version number
-m4_define([VERSION_NUMBER], [1.9.4])
+m4_define([VERSION_NUMBER], [1.9.5])
# If the PRERELEASE_VERSION_NUMBER is set, we'll append
# it to the release tag when creating an RPM or SRPM