Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Masatake YAMATO <[email protected]>
  • Loading branch information
masatake committed Dec 28, 2023
1 parent 341bbfe commit d0210ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Version ???
# Version 0.3.0

- fix calls to ctype functions (Colomban Wendling <[email protected]>)

- read input fields, values at the second column in a tag file, with
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

Expand Down
7 changes: 5 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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])

Expand Down Expand Up @@ -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],
Expand Down

0 comments on commit d0210ee

Please sign in to comment.