From b06452a5cbb0708c5fd3436b79fbc4d903704623 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Wed, 19 Feb 2014 14:40:45 +0100 Subject: [PATCH] bump versions --- NEWS | 8 +++++++- configure.ac | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bd38651..40d7d0c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 0.0.2 (unreleased) +* Version 0.0.3 (unreleased) + +* Version 0.0.2 (released 2014-02-19) + +** Fix an offset bug with CHUID. + +** Do full mutual auth with the applet. * Version 0.0.1 (released 2014-02-11) diff --git a/configure.ac b/configure.ac index 1c507bf..299a34d 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.0.2]) +AC_INIT([yubico-piv-tool], [0.0.3]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])