From 39aebf963d78278b48934afa3f8179fbf6f6604c Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Wed, 11 Nov 2015 17:12:48 +0100 Subject: [PATCH] Bump version. --- NEWS | 6 +++++- configure.ac | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d78fe95..edd85b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.1.1 (unreleased) +* Version 1.1.2 (unreleased) + +* Version 1.1.1 (released 2015-11-11) + +** Make sure SCardContext is properly acquired and released. * Version 1.1.0 (released 2015-11-06) diff --git a/configure.ac b/configure.ac index 949a709..64f15d9 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.1.1]) +AC_INIT([yubico-piv-tool], [1.1.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])