From c49882f2740734a982117f65b18c3090a06d7d1a Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 14 Nov 2014 14:51:12 +0100 Subject: [PATCH] bump versions after release --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd338e8..62c2212 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.1.3 (unreleased) + * Version 0.1.2 (released 2014-11-14) ** Fix an issue where shorter component of RSA keys where not packed correctly. diff --git a/configure.ac b/configure.ac index fd4b600..a01fbd2 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.2]) +AC_INIT([yubico-piv-tool], [0.1.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])