diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ +=== telepathy-mission-control 4.20 === + 2007-03-28 Alberto Mardegan <alberto.mardegan@nokia.com> + * configure.ac: Version 4.20. + * libmissioncontrol/mc-account-monitor.c: On "account-deleted", let the account object live while the signal is emitted. Fixes #1688539. diff --git a/configure.ac b/configure.ac index acbe47a4..58b466a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(telepathy-mission-control, 4.19) +AC_INIT(telepathy-mission-control, 4.20) AC_CONFIG_SRCDIR(Makefile.am) AM_INIT_AUTOMAKE([tar-ustar]) AM_CONFIG_HEADER(config.h) |