summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-05-27 21:48:30 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2014-05-27 21:48:30 +0100
commite2ff7f4e8a70b540ac148281644ec5b8b4f8763b (patch)
treed5949d6e2694c15b4108a915b0ba24157228a14c /configure.ac
parent563ee06cc2d6d0eff1fa8e12cc7730492c83a604 (diff)
downloadlibgdata-e2ff7f4e8a70b540ac148281644ec5b8b4f8763b.tar.gz
build: Increment version to 0.15.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f357d6ea..ec523243 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, 15)
-m4_define(gdata_version_micro, 1)
+m4_define(gdata_version_micro, 2)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed