From 5d82d011ce8b65ba4553631587421bf67976484b Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 18 Dec 2014 14:11:36 +0100 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 88c0d97..ebdfba8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.1.4 (unreleased) + * Version 0.1.3 (released 2014-12-18) ** Add format DER for importing certificates. diff --git a/configure.ac b/configure.ac index 8b0024f..70e0290 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ # non-source form of such a combination shall include the source code # for the parts of OpenSSL used as well as that of the covered work. -AC_INIT([yubico-piv-tool], [0.1.3]) +AC_INIT([yubico-piv-tool], [0.1.4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -32,7 +32,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST([LT_CURRENT], 1) +AC_SUBST([LT_CURRENT], 2) AC_SUBST([LT_REVISION], 1) AC_SUBST([LT_AGE], 0)