diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-18 21:40:17 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-08-18 21:40:17 +0200 |
commit | 99a4e3962f7caefa39e6ae0ca3ecfc3c07e15183 (patch) | |
tree | 8d62e347f4beaf914446d0862faee132df74183c /configure.ac | |
parent | 13d21375449aef63ee84ca4f1d0f9e73d0c6e86d (diff) |
get files ready for 0.7.8 release0.7.8
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1183 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 fb9a2d6..28ff445 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.7],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Jul 2010" +AC_INIT([nss-pam-ldapd],[0.7.8],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="Aug 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |