diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2015-04-24 03:49:26 +0100 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2015-04-24 03:49:26 +0100 |
commit | a032226ce2312753e4fa50a77c401cdd4ff82a3d (patch) | |
tree | a178c7ffe8b0f992a50eb9ba76cf9dcde1ab2583 /configure.ac | |
parent | 83fa58ffd75b08463bf9d1be2a80fff8be098837 (diff) | |
download | libgdata-a032226ce2312753e4fa50a77c401cdd4ff82a3d.tar.gz |
Release version 0.17.1LIBGDATA_0_17_1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ae57c49c..e1b15289 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 |