Imported Upstream version 0.2.7.1 57/154757/1 upstream/0.2.7.1
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 11 Oct 2017 08:34:07 +0000 (17:34 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 11 Oct 2017 08:34:10 +0000 (17:34 +0900)
Change-Id: I5304f7cc0852206a37488753b25036fce866b86e
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
ChangeLog
NEWS
configure.ac

index f13520d..50fb04f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-10-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * NEWS, configure.ac:
+       === Version 0.2.7.1 ===
+
+2013-10-21  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * configure.ac: Bump library versioning to reflect API addition.
+       (Change missing in previous release)
+
+2013-10-21  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * configure.ac: Post-release version suffix added.
+
 2013-10-21  Theppitak Karoonboonyanan  <thep@linux.thai.net>
 
        * NEWS, configure.ac:
diff --git a/NEWS b/NEWS
index 2dde7e6..5570568 100644 (file)
--- 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.
index 36a844e..ec56c43 100644 (file)
@@ -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)