[libgdata/libgdata-0-14] Release version 0.14.3



commit cfc7231df78fcb08fcccb46ef774700c9fa5e9db
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue May 27 22:34:18 2014 +0100

    Release version 0.14.3

 NEWS         |    6 ++++++
 configure.ac |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5fa24f8..5b853b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes from libgdata 0.14.2 to libgdata 0.14.3
+===========================================================
+
+Major changes:
+ • Fix library LT version
+
 Overview of changes from libgdata 0.14.1 to libgdata 0.14.2
 ===========================================================
 
diff --git a/configure.ac b/configure.ac
index ed39f95..79be169 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.65)
 # Release version
 m4_define(gdata_version_major, 0)
 m4_define(gdata_version_minor, 14)
-m4_define(gdata_version_micro, 2)
+m4_define(gdata_version_micro, 3)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be 
changed
@@ -48,7 +48,7 @@ GOA_REQS=3.2
 #  4. If any interfaces have been removed or changed since the last public release, then set age to 0.
 #
 # Note that versioning started at 2:0:0 to ensure no conflicts with e-d-s' libgdata library, whose maximum 
version was 1:0:0
-GDATA_LT_VERSION=18:3:5
+GDATA_LT_VERSION=18:4:5
 AC_SUBST(GDATA_LT_VERSION)
 
 GDATA_VERSION_MAJOR=gdata_version_major


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]