summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-06-12 12:46:59 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2011-06-12 12:46:59 +0100
commitd1bc058418827aa459066d75a2aa766d44b69961 (patch)
tree66a49a4eb3553b50bfb27d275bdb1da6df3648c8 /configure.ac
parent827305957733db51124d90873949f45f7ba7a45d (diff)
downloadlibgdata-d1bc058418827aa459066d75a2aa766d44b69961.tar.gz
build: Increment version to 0.9.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 3b9fcd84..f6b27642 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, 9)
-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