summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-14 18:28:41 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-14 18:28:41 +0100
commitbd6f22933cd95cc14ea7e4659394b2164f10534b (patch)
tree5f09384bfacb79161c0518544c746f76f67aaf5b
parent2840ab1ddfc4d0616424f0c23626f240a7923c3a (diff)
downloadlibgdata-bd6f22933cd95cc14ea7e4659394b2164f10534b.tar.gz
build: Increment version to 0.17.4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e57aa077..22ce3bcb 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, 3)
+m4_define(gdata_version_micro, 4)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed