diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-03 19:01:32 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-03 20:02:26 +0200 |
commit | 68a962920bb277475047cebf3f02f77136e83156 (patch) | |
tree | 153d1ba54d0ce5af1190855bd1aea96917bae81f | |
parent | 71e7918be3ca5d38794a16a17f6b4f19a24d51fc (diff) | |
download | sssd-68a962920bb277475047cebf3f02f77136e83156.tar.gz sssd-68a962920bb277475047cebf3f02f77136e83156.tar.bz2 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.
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |