summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 40bd1f10..8c2efe77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-mission-control 5.9.3 (UNRELEASED)
+telepathy-mission-control 5.9.3 (2011-10-04)
============================================
The “HELLO / YES, THIS IS DOG” release.
diff --git a/configure.ac b/configure.ac
index 9ce47e9f..33b5e24e 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.2+])
+AC_INIT([telepathy-mission-control], [5.9.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)