diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-09 13:40:20 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-05-09 13:40:20 +0200 |
commit | a672d0d688d3ee0e66c0f15287d9f9fcc32d45bf (patch) | |
tree | 23252522594f3a13c8e6894508e13d135c2cc56d /configure.ac | |
parent | 9a1a5c2f8efe9e0c1b9d93aa10ab44d338efe527 (diff) |
get files ready for 0.7.4 release0.7.4
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1096 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 cf8e8f6..c02d7df 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.3],[nss-pam-ldapd-users@lists.arthurdejong.org]) -RELEASE_MONTH="Feb 2010" +AC_INIT([nss-pam-ldapd],[0.7.4],[nss-pam-ldapd-users@lists.arthurdejong.org]) +RELEASE_MONTH="May 2010" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |