diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 17:34:15 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 17:34:15 +0200 |
commit | 12767b6daf975d80e0523079c85af79c8966bd18 (patch) | |
tree | 7d7178f7129ef901637dea8e6a67ed47913780c4 /configure.ac | |
parent | 29f922f820a6bfa1fbf4621891c457a625709156 (diff) |
get files ready for 0.8.13 release0.8.13
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.8@1959 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 7e81d49..bdb2792 100644 --- a/configure.ac +++ b/configure.ac @@ -33,10 +33,10 @@ configure.ac file for more details.]) # initialize and set version and bugreport address AC_INIT([nss-pam-ldapd], - [0.8.12], + [0.8.13], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="Nov 2012" +RELEASE_MONTH="May 2013" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |