summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-04-14 12:31:53 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2012-04-14 12:31:53 +0100
commitdf9886267101d38fe913ce37d5961b0a5487dda9 (patch)
treece3d9f79e18f7f03708549d4b9178b9f4f4f83a7 /configure.ac
parent703a7d2cd9ca10392acf9f6916b781dea8c857be (diff)
downloadlibgdata-df9886267101d38fe913ce37d5961b0a5487dda9.tar.gz
build: Increment version to 0.13.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 4f2bb19a..ae9547d6 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, 13)
-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