From f2069418d253e2beac13a961d28b37c445514d66 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 12 Aug 2016 16:04:22 +0200 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b717064..e9f1d60 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.4.3 (unreleased) + * Version 1.4.2 (released 2016-08-12) ** Clarify license headers and clean up YKCS11 licensing. diff --git a/configure.ac b/configure.ac index eec8f3b..97c1cf1 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST([LT_CURRENT], 4) -AC_SUBST([LT_REVISION], 4) +AC_SUBST([LT_REVISION], 5) AC_SUBST([LT_AGE], 3) AM_INIT_AUTOMAKE([-Wall -Werror foreign])