diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-27 21:20:00 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-06-27 21:20:00 +0200 |
commit | f21927940d3e7ff345b4816e95ac3836f233a0f4 (patch) | |
tree | f0dc9428b729d1546a30c8b11318142bf9406884 | |
parent | 0172959f117b545c8a6b1893f5f56818d82dd624 (diff) | |
download | sssd-f21927940d3e7ff345b4816e95ac3836f233a0f4.tar.gz sssd-f21927940d3e7ff345b4816e95ac3836f233a0f4.tar.bz2 sssd-f21927940d3e7ff345b4816e95ac3836f233a0f4.zip |
Update the version for the 1.10.0 release
-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.95]) +m4_define([VERSION_NUMBER], [1.10.0]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM |