From 693616b9f8f69a53bbf4514773ccbff9c9811c7a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 11 Oct 2017 17:34:07 +0900 Subject: [PATCH] Imported Upstream version 0.2.7.1 Change-Id: I5304f7cc0852206a37488753b25036fce866b86e Signed-off-by: DongHun Kwak --- ChangeLog | 14 ++++++++++++++ NEWS | 5 +++++ configure.ac | 6 +++--- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f13520d..50fb04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-10-22 Theppitak Karoonboonyanan + + * NEWS, configure.ac: + === Version 0.2.7.1 === + +2013-10-21 Theppitak Karoonboonyanan + + * configure.ac: Bump library versioning to reflect API addition. + (Change missing in previous release) + +2013-10-21 Theppitak Karoonboonyanan + + * configure.ac: Post-release version suffix added. + 2013-10-21 Theppitak Karoonboonyanan * NEWS, configure.ac: diff --git a/NEWS b/NEWS index 2dde7e6..5570568 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ libdatrie +0.2.7.1 (2013-10-22) +======= +- Bump library versioning to reflect API addition. + (Change missing in previous release) + 0.2.7 (2013-10-21) ===== - Fix portability issue with non-GCC compilers. diff --git a/configure.ac b/configure.ac index 36a844e..ec56c43 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(libdatrie, 0.2.7, thep@linux.thai.net) +AC_INIT(libdatrie, 0.2.7.1, thep@linux.thai.net) AC_CONFIG_SRCDIR([datrie/trie.h]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -13,9 +13,9 @@ AM_INIT_AUTOMAKE(dist-xz no-dist-gzip) # Library code modified: REVISION++ # Interfaces added: CURRENT++ REVISION=0 AGE++ # Interfaces changed/removed: CURRENT++ REVISION=0 AGE=0 -LT_CURRENT=3 +LT_CURRENT=4 LT_REVISION=0 -LT_AGE=2 +LT_AGE=3 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -- 2.7.4