diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-04-05 16:37:12 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-04-05 16:37:12 +0100 |
commit | 6a03fa23d1ce0060e5486b882d2ef0e35af44691 (patch) | |
tree | e4639446a2aab37a3f8c9cb4d9d012b5dceec05b | |
parent | 8334d2fe4ec2b867200906a362a3dad0bbdb260b (diff) |
Prepare version 5.7.9telepathy-mission-control-5.7.9
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ -telepathy-mission-control 5.7.9 (UNRELEASED) +telepathy-mission-control 5.7.9 (2011-04-05) ============================================ +The “From Hell's Heart I Stab at const” release. + +Fixes: + +• Build failure due to warning/error promotion (fledermaus) + telepathy-mission-control 5.7.8 (2011-04-05) ============================================ diff --git a/configure.ac b/configure.ac index 933be2d0..f6114ad5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Set the version number to e.g. 5.0.beta42 immediately before a release. dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will dnl enable -Werror). -AC_INIT([telepathy-mission-control], [5.7.8+]) +AC_INIT([telepathy-mission-control], [5.7.9]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |