From e80d7797aa038480701c6819bc178c9302d823e7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 20 Sep 2012 15:41:12 +0100 Subject: Prepare version 5.13.2 --- NEWS | 4 +++- configure.ac | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 02dc8c73..d4389a6b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -telepathy-mission-control 5.13.2 (UNRELEASED) +telepathy-mission-control 5.13.2 (2012-09-20) ============================================= +The "deconstructor ray" release. + Running this version of Mission Control for the first time will automatically migrate your account data to a new location. If you subsequently downgrade to an older version, it will no longer find your account data. Taking a backup diff --git a/configure.ac b/configure.ac index fb0cda6b..a8fe2b54 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.13.1+]) +AC_INIT([telepathy-mission-control], [5.13.2]) 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=0 +MCP_LT_REVISION=1 MCP_LT_AGE=4 AC_SUBST([MCP_LT_CURRENT]) AC_SUBST([MCP_LT_REVISION]) -- cgit v1.2.1