diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -telepathy-mission-control 5.8.1 (UNRELEASED) +telepathy-mission-control 5.8.1 (2011-09-06) ============================================ The “Bootstrap resampling is witchcraft, I tell you! Witchcraft!” release. diff --git a/configure.ac b/configure.ac index 31fa8c7f..b9f13656 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.8.0+]) +AC_INIT([telepathy-mission-control], [5.8.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |