summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 09:57:01 -0700
committerPhilip Withnall <philip.withnall@collabora.co.uk>2016-09-20 09:57:01 -0700
commitcb20cb2742588ed9aa4284b44b1b980256263393 (patch)
treec70c72d5d0e8cff9e9d5906b79d7167999461ecd
parent17aeee7598a896603d7037066c7ac90b1ef87cd9 (diff)
downloadlibgdata-cb20cb2742588ed9aa4284b44b1b980256263393.tar.gz
build: Increment version to 0.17.7
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2badb49b..11add60e 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, 6)
+m4_define(gdata_version_micro, 7)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed