From b613401b8f238ed633e72691d5a6716fdcaf9ee1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 3 May 2013 11:54:47 +0100 Subject: Prepare 5.14.1 --- NEWS | 4 +++- configure.ac | 4 ++-- 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]) -- cgit v1.2.1