From 0af79b01b59ab71217cd73b75212b4ece8a6a45f Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 26 May 2014 10:46:05 +0200 Subject: [PATCH] bump version after release to 0.0.4 --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4c13504..02ec01f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 0.0.4 (unreleased) + * Version 0.0.3 (released 2014-05-26) ** Add delete-certificate action. diff --git a/configure.ac b/configure.ac index 299a34d..f231157 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.3]) +AC_INIT([yubico-piv-tool], [0.0.4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])