summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-08-25 14:34:18 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-08-25 14:34:18 +0200
commit84dc7d0fd952a9ef3d200ac5557cdf2daccca145 (patch)
tree6c9087ce055906d2155d70ba2c3e14456c57a24e
parentab29ae42f751bf7e4ecc9a601e09cafab499fd14 (diff)
downloadtelepathy-mission-control-84dc7d0fd952a9ef3d200ac5557cdf2daccca145.tar.gz
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 19db6530..7f2f682d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+telepathy-mission-control 5.16.3 (2014-08-25)
+=============================================
+
+Fixes:
+
+• mcd-connection: use tp_asv_new() properly (fd.o #81751, Steffen Kieß)
+
telepathy-mission-control 5.16.2 (2014-06-11)
=============================================
diff --git a/configure.ac b/configure.ac
index d44c7cd3..b1727f9d 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.16.2+])
+AC_INIT([telepathy-mission-control], [5.16.3])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])