Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-06-26 12:55:26 +0200
committerArthur de Jong <arthur@arthurdejong.org>2017-06-26 12:55:26 +0200
commit47fd03bc80d470de881c025ff934325bd7def0b5 (patch)
treee59f3c66c9f57d4adf0fa6edacedd534dab0d5f2 /configure.ac
parent7920d85ef806cda6a37db16aff75f895cc67a3e1 (diff)
Get files ready for 0.9.8 release0.9.8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 564f9c8..e984627 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-2016 Arthur de Jong
+Copyright (C) 2006-2017 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.9.7],
+ [0.9.8],
[nss-pam-ldapd-users@lists.arthurdejong.org],,
[https://arthurdejong.org/nss-pam-ldapd/])
-RELEASE_MONTH="Aug 2016"
+RELEASE_MONTH="Jun 2017"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_SRCDIR([nslcd.h])
AC_CONFIG_MACRO_DIR([m4])