summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 18:58:07 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 18:58:07 -0400
commitedd10ce2948b29859006ca1e149e68097a3bd21b (patch)
tree1273d8ee454a002e031251407850323d73154313
parentaeba9f785227e07bf26b14822b1b288041297910 (diff)
downloadtelepathy-mission-control-edd10ce2948b29859006ca1e149e68097a3bd21b.tar.gz
start working on version 5.12.1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2505d145..ec455e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-mission-control 5.12.1 (UNRELEASED)
+=============================================
+
+...
+
telepathy-mission-control 5.12.0 (2012-04-02)
=============================================
diff --git a/configure.ac b/configure.ac
index 712862e7..2bd4e337 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.12.0])
+AC_INIT([telepathy-mission-control], [5.12.0+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)