summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-05-27 22:34:18 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-05-27 22:34:18 +0100
commitcfc7231df78fcb08fcccb46ef774700c9fa5e9db (patch)
tree6758586a456bbead97acf85eb3f60726d800c4b1
parent80a091ddc0aac450fc3eefdf5bc34b2cd402ee78 (diff)
downloadlibgdata-cfc7231df78fcb08fcccb46ef774700c9fa5e9db.tar.gz
Release version 0.14.3LIBGDATA_0_14_3
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5fa24f85..5b853b3c 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 ed39f951..79be1697 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