From 141386f5c57830b549b45904b842cccd1374b1d9 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 11 Feb 2014 08:54:17 +0100 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 493d425..bd38651 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.0.2 (unreleased) + * Version 0.0.1 (released 2014-02-11) ** Initial release. diff --git a/configure.ac b/configure.ac index fd4f81f..1c507bf 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.1]) +AC_INIT([yubico-piv-tool], [0.0.2]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])