summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 20:54:43 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 20:54:43 +0100
commitc4bb262c3209c172bf0ab2455a1cc4f8a14a1583 (patch)
treea7a55ea0ba6e32f94b9deb718d0b727e395835b6
parent77560f63fd5c913980650aaaca123d9674f095a0 (diff)
downloadtelepathy-mission-control-c4bb262c3209c172bf0ab2455a1cc4f8a14a1583.tar.gz
Start 5.4.1 development
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ccb5841f..c3c0c60b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-mission-control 5.4.1 (UNRELEASED)
+============================================
+
+...
+
telepathy-mission-control 5.4.0 (2010-04-15)
============================================
diff --git a/configure.ac b/configure.ac
index 2fcddd18..9bf4c088 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.4.0])
+AC_INIT([telepathy-mission-control], [5.4.0+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)