summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-10-04 18:03:36 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-10-04 18:03:36 +0100
commit85a8950dff6ddf53bb78c780e003561c111a26f8 (patch)
tree8373659ee288627648f56fb631631f8044766e43
parent4110ebd94c33dcc53b867c6c85434903583b6e66 (diff)
Bump version to 5.9.3+
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8c2efe77..4abb5914 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-mission-control 5.9.4 (UNRELEASED)
+============================================
+
+…
+
telepathy-mission-control 5.9.3 (2011-10-04)
============================================
diff --git a/configure.ac b/configure.ac
index 33b5e24e..42a2c843 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.3])
+AC_INIT([telepathy-mission-control], [5.9.3+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)