diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-06 19:02:11 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-02-06 19:07:17 -0500 |
commit | aec8ff6bf7d8899996cb1c4c170ce5abf2f5326b (patch) | |
tree | ed09f08f2f6ea9292ed2fcecba4039dd0826f53c | |
parent | e124844907ed6973915e4d56f5442ecd07535a12 (diff) | |
download | sssd-aec8ff6bf7d8899996cb1c4c170ce5abf2f5326b.tar.gz sssd-aec8ff6bf7d8899996cb1c4c170ce5abf2f5326b.tar.xz sssd-aec8ff6bf7d8899996cb1c4c170ce5abf2f5326b.zip |
Set version to 1.9dev
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4 index f2775f741..7d1deb696 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.8.0]) +m4_define([VERSION_NUMBER], [1.8.90]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM |