summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 20:29:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 20:29:20 +0100
commit77560f63fd5c913980650aaaca123d9674f095a0 (patch)
tree1cf9032ecd9256a73e6cd27f2af69ffeedacec59
parent60192abfd0c20f927af2201d98c898858fd9a607 (diff)
downloadtelepathy-mission-control-77560f63fd5c913980650aaaca123d9674f095a0.tar.gz
Prepare release 5.4.0telepathy-mission-control-5.4.0
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cf2d2099..ccb5841f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.4.0 (UNRELEASED)
+telepathy-mission-control 5.4.0 (2010-04-15)
============================================
+The "coffee made without human interaction" release.
+
Enhancements:
* fd.o #27309: implement the Observer.Recover flag from the forthcoming
diff --git a/configure.ac b/configure.ac
index a27dac98..2fcddd18 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.2+])
+AC_INIT([telepathy-mission-control], [5.4.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)