summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-03 11:54:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-05-03 11:54:47 +0100
commitb613401b8f238ed633e72691d5a6716fdcaf9ee1 (patch)
tree183d2b26dcd72f53dad7ce6800ef711d03d3bff1
parent57b73f8f22f0e7fbc4b37c994ba0c96ec52b8c01 (diff)
downloadtelepathy-mission-control-b613401b8f238ed633e72691d5a6716fdcaf9ee1.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bce00638..e0b36b88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.14.1 (UNRELEASED)
+telepathy-mission-control 5.14.1 (2013-05-03)
=============================================
+The “implicit maze” release.
+
Fixes:
• Only ignore passwords stored in our old gnome-keyring location if Empathy
diff --git a/configure.ac b/configure.ac
index 63e65b41..236366d4 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.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)
@@ -46,7 +46,7 @@ AC_SUBST([MCP_API_VERSION])
# else if library source has changed since last release
# increment revision
MCP_LT_CURRENT=4
-MCP_LT_REVISION=1
+MCP_LT_REVISION=2
MCP_LT_AGE=4
AC_SUBST([MCP_LT_CURRENT])
AC_SUBST([MCP_LT_REVISION])