From 513ce0b70f7814071c212a9c7730d4caddfd59e6 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 19 Apr 2016 07:48:45 +0200 Subject: [PATCH] bump version --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bd0e4f3..288fbae 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.3.2 (unreleased) + * Version 1.3.1 (released 2016-04-19) ** Fix a bug where unblock pin would instead change puk, introduced in 1.3.0. diff --git a/configure.ac b/configure.ac index 52795cc..fd04b4e 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.3.1]) +AC_INIT([yubico-piv-tool], [1.3.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST([LT_CURRENT], 4) -AC_SUBST([LT_REVISION], 1) +AC_SUBST([LT_REVISION], 2) AC_SUBST([LT_AGE], 3) AM_INIT_AUTOMAKE([-Wall -Werror foreign])