summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-03 19:08:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-10-03 19:08:22 +0100
commit847e2b950aa18d530dc0f32b58e8bb11a1658039 (patch)
tree5302aad7fa41cfbc517ccb2a4d514d159d4740a6
parentc1fe16e325d1622bea056dbc8679c23e72000386 (diff)
downloadtelepathy-mission-control-847e2b950aa18d530dc0f32b58e8bb11a1658039.tar.gz
development version
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf5726cf..9c6129f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+telepathy-mission-control 5.14.1 (UNRELEASED)
+=============================================
+
+...
+
telepathy-mission-control 5.14.0 (2012-10-03)
=============================================
diff --git a/configure.ac b/configure.ac
index 2d237d06..5d743819 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.14.0])
+AC_INIT([telepathy-mission-control], [5.14.0+])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)