summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 19:07:57 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-06 19:07:57 +0100
commitb6c7a4f0d1ed8bc0a278db20e45ae1cb7a824060 (patch)
tree7fedf6ac3adde6e9d25bddadbfac105c669122c0
parent4b6a220a4efb6a091d02402af2794bde1f09ebbe (diff)
Prepare version 0.10.3telepathy-glib-0.10.3
-rw-r--r--NEWS4
-rw-r--r--configure.ac6
2 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 135041eb7..bdfbad62a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-glib 0.10.3 (UNRELEASED)
+telepathy-glib 0.10.3 (2010-04-06)
==================================
+The "why is it looking for an exclamation mark?" release.
+
Fixes:
* Don't fail 'make check' if gtk-doc complains that the documentation is
diff --git a/configure.ac b/configure.ac
index 05db4b455..e03f249b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,14 +11,14 @@ AC_PREREQ([2.59])
m4_define([tp_glib_major_version], [0])
m4_define([tp_glib_minor_version], [10])
-m4_define([tp_glib_micro_version], [2])
-m4_define([tp_glib_nano_version], [1])
+m4_define([tp_glib_micro_version], [3])
+m4_define([tp_glib_nano_version], [0])
# If library source has changed since last release, increment revision.
# Do not add new API or ABI, or make incompatible changes, on this branch
# (which means that current and age should remain 32).
m4_define([tp_glib_lt_current], [32])
-m4_define([tp_glib_lt_revision], [3])
+m4_define([tp_glib_lt_revision], [4])
m4_define([tp_glib_lt_age], [32])
# Some magic