diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-11-02 19:04:14 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-11-02 19:04:14 +0000 |
commit | 53ac478c5ab53644f7829075bd16a4f7c73f914c (patch) | |
tree | f48e5f06a98ef1f43b88a49b71903ee3dda12c9e | |
parent | 9d97cf4c696a6ce53f720e27af05ac050b34f96d (diff) |
Prepare version 5.3.2upstream/5.3.2telepathy-mission-control-5.3.2
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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) |