From c31a04259561c782137129f868da9d4151d0a03e Mon Sep 17 00:00:00 2001 From: Thordur Bjornsson Date: Wed, 8 Aug 2018 10:41:04 +0200 Subject: [PATCH] Bump version to 1.6.1 unreleased --- NEWS | 2 ++ configure.ac | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 8467244..bfea14e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.6.1 (unreleased) + * Version 1.6.0 (released 2018-08-08) ** Security release to mitigate https://www.yubico.com/support/security-advisories/ysa-2018-03/[YSA-2018-03]. diff --git a/configure.ac b/configure.ac index 77a4d8b..809410b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.6.0]) +AC_INIT([yubico-piv-tool], [1.6.1]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -33,8 +33,8 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST([LT_CURRENT], 5) -AC_SUBST([LT_REVISION], 2) +AC_SUBST([LT_CURRENT], 6) +AC_SUBST([LT_REVISION], 1) AC_SUBST([LT_AGE], 4) AM_INIT_AUTOMAKE([-Wall -Werror foreign])