summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-11-02 19:04:14 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-11-02 19:04:14 +0000
commit53ac478c5ab53644f7829075bd16a4f7c73f914c (patch)
treef48e5f06a98ef1f43b88a49b71903ee3dda12c9e
parent9d97cf4c696a6ce53f720e27af05ac050b34f96d (diff)
Prepare version 5.3.2telepathy-mission-control-5.3.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 57652223..6ff0fd1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.3.2 (UNRELEASED)
+telepathy-mission-control 5.3.2 (2009-11-02)
============================================
+The "Flight Of The Living Dead" release.
+
Enhancements:
* mc-wait-for-name: give up after 5 minutes and exit EX_TEMPFAIL. Also exit
diff --git a/configure.ac b/configure.ac
index 97db19fc..ed707978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.0.beta42 immediately before a release.
dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will
dnl enable -Werror).
-AC_INIT(telepathy-mission-control, 5.3.1+)
+AC_INIT([telepathy-mission-control], [5.3.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)