telepathy-mission-control: Prepare version 5.13.2
Simon McVittie
smcv at kemper.freedesktop.org
Thu Sep 20 08:15:57 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: e80d7797aa038480701c6819bc178c9302d823e7
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=e80d7797aa038480701c6819bc178c9302d823e7
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Thu Sep 20 15:41:12 2012 +0100
Prepare version 5.13.2
---
NEWS | 4 +++-
configure.ac | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 02dc8c7..d4389a6 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 fb0cda6..a8fe2b5 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])
More information about the telepathy-commits
mailing list