From 7146451463b7a2e9c5432a6dd351aff5750560b5 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 23 Jun 2015 14:36:11 +0200 Subject: [PATCH] mark upcoming version as 1.0.0 fixes #22 --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 055aaa7..37487ad 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 0.1.7 (unreleased) +* Version 1.0.0 (unreleased) * Version 0.1.6 (released 2015-03-23) diff --git a/configure.ac b/configure.ac index 348109d..6475513 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.7]) +AC_INIT([yubico-piv-tool], [1.0.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])