diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-19 19:34:36 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-19 19:34:36 +0000 |
commit | 94a18ab5bba623418a4c6d331a00e810ea6c91c5 (patch) | |
tree | 587d9ebe387db8b8fe19b2b4c93612e2c7771e3d | |
parent | e1f992dc0dbb0b75684e1a8c981316cfb84809e8 (diff) |
0.99.8
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 11 deletions
@@ -1,15 +1,8 @@ -telepathy-mission-control 5.99.7 (UNRELEASED) +telepathy-mission-control 5.99.8 (2014-03-19) ============================================= -… - -telepathy-mission-control 5.99.6 (2014-01-13) -============================================= - -• Telepathy 1.0 branch - -telepathy-mission-control 5.17.0 (UNRELEASED) -============================================= +• Telepathy 1.0 branch; changes below are a summary of changes since 5.16, + and might not be complete. Running this version of Mission Control for the first time will automatically migrate some account data to a new format. If you subsequently downgrade diff --git a/configure.ac b/configure.ac index 2a4cb967..2e84c457 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.99.6+]) +AC_INIT([telepathy-mission-control], [5.99.8]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) |