summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 18:22:56 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 18:50:06 -0400
commitaeba9f785227e07bf26b14822b1b288041297910 (patch)
tree56cafb7566b942031b7568c2be30c25f79a691b3
parentf185df41b7f514ce28bb121ec4abdc5dc422b7a0 (diff)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0ab8ab5e..2505d145 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-telepathy-mission-control 5.12.0 (UNRELEASED)
+telepathy-mission-control 5.12.0 (2012-04-02)
=============================================
This is the start of a new stable branch.
diff --git a/configure.ac b/configure.ac
index 7486182f..712862e7 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.11.0+])
+AC_INIT([telepathy-mission-control], [5.12.0])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)