From 337931fae741c85dc74aea32b0d92850239580c6 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 7 Dec 2015 09:41:07 +0100 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 514a262..30e1f8c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.2.1 (unreleased) + * Version 1.2.0 (released 2015-12-07) ** On OSX use @loader_path instead of @executable_path for ykcs11. diff --git a/configure.ac b/configure.ac index 39e71a5..6ce490c 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.2.0]) +AC_INIT([yubico-piv-tool], [1.2.1]) 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], 3) -AC_SUBST([LT_REVISION], 0) +AC_SUBST([LT_REVISION], 1) AC_SUBST([LT_AGE], 2) AM_INIT_AUTOMAKE([-Wall -Werror foreign])