summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-03-12 09:06:54 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2012-03-12 09:16:50 +0000
commite303bcc6bcabe2b575eaf31941dd6e9ad8362ddb (patch)
tree09776382f818a86835d850f7aa59b592242f7cc6
parent49328c955518cc237c1ac608c3ce34d042db59ca (diff)
downloadlibgdata-0-10.tar.gz
build: Increment version to 0.10.3libgdata-0-10
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8840b95..8463fc41 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, 10)
-m4_define(gdata_version_micro, 2)
+m4_define(gdata_version_micro, 3)
# API version
# TODO: This currently isn't used in the library name; once we hit gdata_version_major=1, that should be changed