summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-31 11:21:06 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-07 17:32:48 +0100
commit36fec818dd30409637c38eec2b8774d48161408b (patch)
tree3eac17b4d8e32465ce80a27780050306b7656a75
parentd6d0a8302d3974945daf7a020acf5ec4bccba441 (diff)
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1ae6040..f3de5d8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-mission-control 5.9.2 (UNRELEASED)
+telepathy-mission-control 5.9.2 (2011-08-31)
============================================
The “unique versioning strategy” release.
diff --git a/configure.ac b/configure.ac
index 3b86f360..8903454e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Set the version number to e.g. 5.x.y immediately before a release.
dnl Set the version number to e.g. 5.x.y+ immediately after (this will
dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.9.1+])
+AC_INIT([telepathy-mission-control], [5.9.2])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)