From caae578bae927407f87a12a3869d17bb179aa564 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 5 Mar 2015 12:54:21 +0100 Subject: [PATCH] bump versions --- NEWS | 2 ++ configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a3d4727..575f145 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Libyubikey NEWS -- History of user-visible changes. -*- outline -*- +* Version 1.14 (unreleased) + * Version 1.13 (released 2015-03-05) ** Correct hex decode with uneven characters, for example "abc". diff --git a/configure.ac b/configure.ac index f409716..c40b5ff 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,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([libyubikey], [1.13], [yubico-devel@googlegroups.com]) +AC_INIT([libyubikey], [1.14], [yubico-devel@googlegroups.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) @@ -35,7 +35,7 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 1) -AC_SUBST(LT_REVISION, 7) +AC_SUBST(LT_REVISION, 8) AC_SUBST(LT_AGE, 1) AM_INIT_AUTOMAKE([1.11 -Wall -Werror])