summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-06 18:23:15 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-06 18:23:15 +0100
commit329a390d283e44c2955e87600428fb7cd86b97bf (patch)
tree58b995c87f2589be17dbb31cf2ec4e2d3c63ec9b
parent8453cbb099abd8f3ab3992559750297cea7c7ce0 (diff)
downloadtelepathy-mission-control-329a390d283e44c2955e87600428fb7cd86b97bf.tar.gz
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 37fd68e1..5ec1a12f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-mission-control 5.13.1 (UNRELEASED)
+telepathy-mission-control 5.13.1 (2012-09-06)
=============================================
+The "Triceratops" release.
+
Changes:
• On Unix platforms, umask() is now required. (Simon)
diff --git a/configure.ac b/configure.ac
index 77954434..25f1c486 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.0+])
+AC_INIT([telepathy-mission-control], [5.13.1])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)