summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-26 19:16:05 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-06-26 19:16:05 +0100
commit3ad54821664ced4bb2b8ad1d9802e4c3014a643a (patch)
tree768862ef54ac8cd1660d7789c8a381fca5716d4c
parent3c87d376a773c642d93e6271b83d39d587fb4d59 (diff)
downloadtelepathy-mission-control-5.1.2.tar.gz
Prepare version 5.1.2telepathy-mission-control-5.1.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7283efd4..b202dd11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
-telepathy-mission-control 5.1.2 (UNRELEASED)
+telepathy-mission-control 5.1.2 (2009-06-26)
============================================
+The "don't cross the stream engines" release.
+
Dependencies:
-* telepathy-glib >= 0.7.32
+* telepathy-glib >= 0.7.32 (or 0.7.33 if you want to run the regression tests)
Enhancements:
diff --git a/configure.ac b/configure.ac
index e1be95ce..660e2836 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.1.1+)
+AC_INIT(telepathy-mission-control, 5.1.2)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)