From d0cef2f4694f8810242da8b4cff3c72c67ce4cac Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 10 Nov 2014 11:00:16 +0100 Subject: [PATCH] bump versions after release --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 73da982..f162abd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 0.1.1 (unreleased) +* Version 0.1.2 (unreleased) + +* Version 0.1.1 (released 2014-11-10) ** Correct broken CHUID that made windows work inconsistently. diff --git a/configure.ac b/configure.ac index 4584bfe..fd4b600 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.1]) +AC_INIT([yubico-piv-tool], [0.1.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])