[libgdata] Release version 0.17.1



commit a032226ce2312753e4fa50a77c401cdd4ff82a3d
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Apr 24 03:49:26 2015 +0100

    Release version 0.17.1

 NEWS         |    7 +++++++
 configure.ac |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f35a1ec..6a979d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes from libgdata 0.17.0 to libgdata 0.17.1
+===========================================================
+
+Major changes:
+ • Correctly increment LT version; this release should always be used instead
+   of 0.17.0
+
 Overview of changes from libgdata 0.16.0 to libgdata 0.17.0
 ===========================================================
 
diff --git a/configure.ac b/configure.ac
index ae57c49..e1b1528 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, 17)
-m4_define(gdata_version_micro, 0)
+m4_define(gdata_version_micro, 1)
 
 # API version
 # TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be 
changed
@@ -58,7 +58,7 @@ GDK_PIXBUF_MAX_ALLOWED=GDK_VERSION_2_14
 #  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=21:0:2
+GDATA_LT_VERSION=22:0:0
 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]