summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-09-18 01:02:15 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-09-18 01:02:15 +0100
commitd400e22c0f717434b7d5e80c9007b887a5761b18 (patch)
tree224583adf0f83e028dd977b2ab91472cc6a79a48 /configure.ac
parentb085a95596537409df2510aab72cb033c50ae253 (diff)
downloadlibgdata-d400e22c0f717434b7d5e80c9007b887a5761b18.tar.gz
Release version 0.16.0LIBGDATA_0_16_0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 93126643..d9dcb4ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ AC_PREREQ(2.65)
# Release version
m4_define(gdata_version_major, 0)
-m4_define(gdata_version_minor, 15)
-m4_define(gdata_version_micro, 3)
+m4_define(gdata_version_minor, 16)
+m4_define(gdata_version_micro, 0)
# 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=20:1:1
+GDATA_LT_VERSION=21:0:2
AC_SUBST(GDATA_LT_VERSION)
GDATA_VERSION_MAJOR=gdata_version_major