From 6192010da600545dbb9aa90de7485d7f2317f609 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 25 Aug 2014 09:26:29 +0200 Subject: [PATCH] bump versions after release --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3286334..6c30cd7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.1.1 (unreleased) + * Version 0.1.0 (released 2014-08-25) ** Break out functionality into a library. diff --git a/configure.ac b/configure.ac index 80e04d6..932a43f 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.0]) +AC_INIT([yubico-piv-tool], [0.1.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -33,7 +33,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST([LT_CURRENT], 0) -AC_SUBST([LT_REVISION], 0) +AC_SUBST([LT_REVISION], 1) AC_SUBST([LT_AGE], 0) AM_INIT_AUTOMAKE([-Wall -Werror foreign])