From b2ebca74fd417bff6634670b25ab16341659e501 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 14 Apr 2010 08:52:43 +0000 Subject: [PATCH] Bump versions. --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3077b8b..d2f1c2a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ pam_yubico NEWS -- History of user-visible changes. -*- outline -*- +* Version 2.4 (unreleased) + * Version 2.3 (released 2010-04-14) ** New keyword "ldap_uri" added. diff --git a/configure.ac b/configure.ac index 020c31c..15779ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Written by Simon Josefsson . -# Copyright (c) 2006, 2007, 2008, 2009 Yubico AB +# Copyright (c) 2006, 2007, 2008, 2009, 2010 Yubico AB # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([pam_yubico], [2.3], [simon@yubico.com]) +AC_INIT([pam_yubico], [2.4], [simon@yubico.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign])