summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 21:14:03 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 21:14:03 +0000
commit23b228110a122b2f0e8752ac2291b995d80347a5 (patch)
tree1fe197f3f5678ebc61d64a25c209b1137bbaed09
parent209aa98488bbc08e54b41faad8b65426ac62ae32 (diff)
downloadlibgdata-23b228110a122b2f0e8752ac2291b995d80347a5.tar.gz
build: Increment version to 0.17.8
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c579d21e..54f2701f 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, 7)
+m4_define(gdata_version_micro, 8)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed