diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-10 22:45:14 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-03-10 22:45:14 +0100 |
commit | 7bd6de3921993855d280a42e8e5e81f7e2360ba3 (patch) | |
tree | 5b831004753d3913ccbd574f10c2c6bdce2332f2 /configure.ac | |
parent | b7b283dc8db16ecabb42d0792e8e7f06e3eeced8 (diff) |
get files ready for 0.8.1 release0.8.1
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1385 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index aaac7fe..eb6efac 100644 --- a/configure.ac +++ b/configure.ac @@ -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 Arthur de Jong +Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 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.0], + [0.8.1], [nss-pam-ldapd-users@lists.arthurdejong.org],, [http://arthurdejong.org/nss-pam-ldapd/]) -RELEASE_MONTH="Dec 2010" +RELEASE_MONTH="Mar 2011" AC_SUBST(RELEASE_MONTH) AC_CONFIG_SRCDIR([nslcd.h]) |