diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-02 11:47:07 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-10-02 11:47:07 +0200 |
commit | 447262e101ea630688bcfb6255e6face639555a7 (patch) | |
tree | e4b014f65da4097e20930148ef92637fa29c5149 /configure.ac | |
parent | 236dd955d35a8f06e2b08af06cbf0a0a379f2edb (diff) |
get files ready for 0.7.15 release0.7.15
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.7@1549 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c829ca3..2062647 100644 --- a/configure.ac +++ b/configure.ac @@ -32,8 +32,8 @@ version 2.1 of the License, or (at your option) any later version. See the configure.ac file for more details.]) # initialize and set version and bugreport address -AC_INIT([nss-pam-ldapd],[0.7.14],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Sep 2011" +AC_INIT([nss-pam-ldapd],[0.7.15],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="Oct 2011" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |