summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-20 15:41:12 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-20 15:41:12 +0100
commite80d7797aa038480701c6819bc178c9302d823e7 (patch)
tree80ead019b8dee6c42f952f1f214e8ee527388eff
parentd33c6c16abd488f6ec3fae2dbc88ffc6a3514c0b (diff)
downloadtelepathy-mission-control-e80d7797aa038480701c6819bc178c9302d823e7.tar.gz
Prepare version 5.13.2telepathy-mission-control-5.13.2
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
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])