diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-13 16:28:55 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-13 16:29:01 +0200 |
commit | 357580cf13703cd3dad172e14e29a972da7eb384 (patch) | |
tree | 2c174c3020399f14d97751945301977703de54f7 /version.m4 | |
parent | 10bc88ac09ada43256119b8e0654458830f88156 (diff) | |
download | sssd-357580cf13703cd3dad172e14e29a972da7eb384.tar.gz sssd-357580cf13703cd3dad172e14e29a972da7eb384.tar.xz sssd-357580cf13703cd3dad172e14e29a972da7eb384.zip |
Bump version to track 1.12 development
Diffstat (limited to 'version.m4')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.m4 b/version.m4 index 8f5c1afa6..98ce6a1fd 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.11.1]) +m4_define([VERSION_NUMBER], [1.11.90]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM |