diff options
author | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-09-06 19:05:28 +0100 |
---|---|---|
committer | Vivek Dasmohapatra <vivek@collabora.co.uk> | 2011-09-06 19:05:28 +0100 |
commit | 5bb613053dead289ac11f0330dd99bf5fcf5af39 (patch) | |
tree | f52a32a2cef5db0e845a1042ac381a0ce51fb32e | |
parent | 89585a13ec547b18ca70519b4e3a0e53238b2a2b (diff) |
Nano version
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +telepathy-mission-control 5.8.2 (UNRELEASED) +============================================ + + telepathy-mission-control 5.8.1 (2011-09-06) ============================================ diff --git a/configure.ac b/configure.ac index 58753fd8..7f52adf3 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.8.1]) +AC_INIT([telepathy-mission-control], [5.8.1+]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |