diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-03-18 14:47:55 +0100 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-03-18 14:47:55 +0100 |
commit | f467ae338eeef5b0f9f19cc40add51fac3bf252e (patch) | |
tree | 1074c935558b7a6ae8831e354fcebdbab1619701 /configure.ac | |
parent | 7bcf688493641bb5762a3fa67454e604158f8255 (diff) | |
download | pam_tacplus-f467ae338eeef5b0f9f19cc40add51fac3bf252e.tar.gz pam_tacplus-f467ae338eeef5b0f9f19cc40add51fac3bf252e.zip |
Changed e-mail and improved accounting
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 d714f30..d1abf02 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl dnl File: configure.in dnl Revision: $Id: configure.ac,v 1.4 2010/06/11 12:04:29 j-nijhof Exp $ dnl Created: 2010/06/09 -dnl Author: Jeroen Nijhof <jeroen@nijhofnet.nl> +dnl Author: Jeroen Nijhof <jeroen@jeroennijhof.nl> dnl Benoit Donneaux <benoit.donneaux@gmail.com> dnl dnl Process this file with autoconf to produce a configure script @@ -14,7 +14,7 @@ AC_PREREQ(2.59) AC_COPYRIGHT([ See the included file: COPYING for copyright information. ]) -AC_INIT(pam_tacplus, 1.3.5, [jeroen@nijhofnet.nl,pawel.krawczyk@hush.com]) +AC_INIT(pam_tacplus, 1.3.6, [jeroen@jeroennijhof.nl,pawel.krawczyk@hush.com]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([pam_tacplus.c]) |