summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:51:22 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2017-08-23 00:51:22 +0100
commitc8a76b1e0e83e734d2520b55bc93d8609f109ff9 (patch)
tree451ff433bedb3e6f25cd0a4ef5c850195fc59c5e
parent60f2269178d7a6449e2ffdf7fdf82d96a5aff0d4 (diff)
downloadlibgdata-c8a76b1e0e83e734d2520b55bc93d8609f109ff9.tar.gz
build: Increment version to 0.17.10
Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c721a51..f128e3f7 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, 9)
+m4_define(gdata_version_micro, 10)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed