diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-29 16:37:26 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-01-29 16:37:26 +0100 |
commit | 562316ba07767dcd9dcab2c7e275f31f1ed9e4db (patch) | |
tree | 7de77a4bfb0e23f5e1207307db1880a79f4b5292 /configure.ac | |
parent | 4c31632a1cf1a89fc685931986653581b2623f02 (diff) |
get files ready for 0.8.6 release0.8.6
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1616 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 4f43313..f4cd0da 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # # Copyright (C) 2006 Luke Howard # Copyright (C) 2006 West Consulting -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -23,7 +23,7 @@ AC_PREREQ(2.61) AC_COPYRIGHT( [Copyright (C) 2006 Luke Howard Copyright (C) 2006 West Consulting -Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong This configure script is derived from configure.ac which is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser @@ -33,10 +33,10 @@ configure.ac file for more details.]) # initialize and set version and bugreport address AC_INIT([nss-pam-ldapd], - [0.8.5], + [0.8.6], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="Dec 2011" +RELEASE_MONTH="Jan 2012" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |