Skip to content

Commit d0210ee

Browse files
committed
Version 0.3.0
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
1 parent 341bbfe commit d0210ee

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Version ???
1+
# Version 0.3.0
22

33
- fix calls to ctype functions (Colomban Wendling <ban@herbesfolles.org>)
44

55
- read input fields, values at the second column in a tag file, with
66
unescaping if !_TAG_OUTPUT_MODE is "u-ctags" and
77
!_TAG_OUTPUT_FILESEP is "slash" in the tag file.
88

9-
- LT_VERSION ?:?:?
9+
- LT_VERSION 2:2:1
10+
11+
- no change in public interface
1012

1113
# Version 0.2.1
1214

configure.ac

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- Autoconf -*-
2-
AC_INIT(libreadtags, 0.2.1)
2+
AC_INIT(libreadtags, 0.3.0)
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_SRCDIR([readtags.c])
55

@@ -32,7 +32,10 @@ AC_PROG_LIBTOOL
3232
# 2:1:1
3333
# no change in public interface.
3434
#
35-
AC_SUBST(LT_VERSION, [2:1:1])
35+
# 2:2:1
36+
# no change in public interface.
37+
#
38+
AC_SUBST(LT_VERSION, [2:2:1])
3639

3740
AC_ARG_ENABLE([gcov],
3841
[AS_HELP_STRING([--enable-gcov],

0 commit comments

Comments
 (0)