From: Klas Lindfors Date: Wed, 17 Oct 2012 05:56:33 +0000 (+0200) Subject: bump versions after release X-Git-Tag: v1.8.2~4 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086f63327ebdb3162877054238a71fd3f628a468;p=yubikey-personalization bump versions after release --- diff --git a/NEWS b/NEWS index e7a7e33..ec4aa10 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Yubikey-personalize NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.8.2 (unreleased) + * Version 1.8.1 (released 2012-10-17) ** Memory leak fixes and potential crash fixes in osx backend. diff --git a/configure.ac b/configure.ac index 192b4ea..5c2449a 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 9) -AC_SUBST(LT_REVISION, 1) +AC_SUBST(LT_REVISION, 2) AC_SUBST(LT_AGE, 8) AM_INIT_AUTOMAKE([-Wall -Werror])