summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:04 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:31 +0000
commit840e08976cbc8b19949092bdb469c125e9b5bf9b (patch)
treeaa8a9a9dffde79096a172515d61db2fdccd3d974
parent2c9ba300498e8dfd28498389e202eefda41e4c16 (diff)
downloadlibgdata-840e08976cbc8b19949092bdb469c125e9b5bf9b.tar.gz
build: Increment version to 0.14.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 08e5f488..9e95debe 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, 14)
-m4_define(gdata_version_micro, 0)
+m4_define(gdata_version_micro, 1)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed