summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-11-09 23:17:01 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2014-11-09 23:17:01 +0000
commit73ad3a4fb10a466d2a9db450ad16b2cdcc048df2 (patch)
tree44ec633825ff6e6e99b3a815f1b2d39f828184c3
parent0361db1def38be927fa04a4a796e558c30187445 (diff)
downloadlibgdata-73ad3a4fb10a466d2a9db450ad16b2cdcc048df2.tar.gz
build: Increment version to 0.16.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5f17de1..257b58cb 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, 16)
-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