summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-04-20 12:37:08 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-04-20 12:37:08 +0100
commit82e6760060a240ed0b001f43f66923e53040c9dd (patch)
tree9f96e832b529af9a5c5962f0f69770d6e2efc196
parent19f9f9420146bc51c7dc6dba2102c7d94bae149a (diff)
downloadlibgdata-82e6760060a240ed0b001f43f66923e53040c9dd.tar.gz
build: Increment version to 0.17.9
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f0ccac72..3b0530c3 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, 8)
+m4_define(gdata_version_micro, 9)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed