From d0210ee95a2df6b762ca6aef5589e4c37c54a7b2 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 28 Dec 2023 19:44:10 +0900 Subject: [PATCH] Version 0.3.0 Signed-off-by: Masatake YAMATO --- NEWS.md | 6 ++++-- configure.ac | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 0492d859..b4f09047 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# Version ??? +# Version 0.3.0 - fix calls to ctype functions (Colomban Wendling ) @@ -6,7 +6,9 @@ unescaping if !_TAG_OUTPUT_MODE is "u-ctags" and !_TAG_OUTPUT_FILESEP is "slash" in the tag file. -- LT_VERSION ?:?:? +- LT_VERSION 2:2:1 + + - no change in public interface # Version 0.2.1 diff --git a/configure.ac b/configure.ac index 34b249d3..c48b8945 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # -*- Autoconf -*- -AC_INIT(libreadtags, 0.2.1) +AC_INIT(libreadtags, 0.3.0) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([readtags.c]) @@ -32,7 +32,10 @@ AC_PROG_LIBTOOL # 2:1:1 # no change in public interface. # -AC_SUBST(LT_VERSION, [2:1:1]) +# 2:2:1 +# no change in public interface. +# +AC_SUBST(LT_VERSION, [2:2:1]) AC_ARG_ENABLE([gcov], [AS_HELP_STRING([--enable-gcov],