File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
2- AC_INIT ( libreadtags , 0.2.1 )
2+ AC_INIT ( libreadtags , 0.3.0 )
33AC_CONFIG_MACRO_DIR ( [ m4] )
44AC_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
3740AC_ARG_ENABLE ( [ gcov] ,
3841 [ AS_HELP_STRING ( [ --enable-gcov] ,
You can’t perform that action at this time.
0 commit comments