summaryrefslogtreecommitdiffstats
path: root/version.m4
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-08-03 19:01:32 +0200
committerJakub Hrozek <jhrozek@redhat.com>2012-08-03 20:02:26 +0200
commit68a962920bb277475047cebf3f02f77136e83156 (patch)
tree153d1ba54d0ce5af1190855bd1aea96917bae81f /version.m4
parent71e7918be3ca5d38794a16a17f6b4f19a24d51fc (diff)
downloadsssd-68a962920bb277475047cebf3f02f77136e83156.tar.gz
sssd-68a962920bb277475047cebf3f02f77136e83156.tar.xz
sssd-68a962920bb277475047cebf3f02f77136e83156.zip
Fix the version number
The version number was set incorrectly to the value that should have been set when we release the 1.9.0 final version.
Diffstat (limited to 'version.m4')
-rw-r--r--version.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4
index 28c56821c..54162dce3 100644
--- a/version.m4
+++ b/version.m4
@@ -1,5 +1,5 @@
# Primary version number
-m4_define([VERSION_NUMBER], [1.9.0])
+m4_define([VERSION_NUMBER], [1.8.97])
# If the PRERELEASE_VERSION_NUMBER is set, we'll append
# it to the release tag when creating an RPM or SRPM