summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 11:45:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 11:45:17 +0000
commit7df3310b088a0187b60c8ba1992ceac4a93026b1 (patch)
tree21cc8d8951432d337bae0cceabdd1bc81e20d761
parent03937b7ef60e12468e3f661af943edb24ce8eecc (diff)
downloadtelepathy-mission-control-7df3310b088a0187b60c8ba1992ceac4a93026b1.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e1d79b56..5c858f3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.6.1 (UNRELEASED)
+telepathy-mission-control 5.6.1 (2010-11-17)
============================================
+The "I suppose Guinness is good for you" release.
+
Enhancements:
• Make mc-tool support object paths, and improve the help (wjt)
diff --git a/configure.ac b/configure.ac
index b2af64ab..65c05f53 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.6.0+])
+AC_INIT([telepathy-mission-control], [5.6.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)