summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-12-20 23:36:21 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2011-12-20 23:36:21 +0000
commita0210434adb4e6ae65db3e1d3820359ca8e57193 (patch)
treee31cfe959e62f0d69726fb087d7469ab4c2def80 /configure.ac
parent9509d84b36f2e1910f68ba7d10dc2faf79d4f026 (diff)
downloadlibgdata-a0210434adb4e6ae65db3e1d3820359ca8e57193.tar.gz
build: Increment version to 0.11.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1dbce597..a624296b 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, 11)
-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