diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-28 11:06:12 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2007-03-28 11:06:12 +0000 |
commit | ba75e019d29bf1b95e176cc50b3d640808c30629 (patch) | |
tree | a10105e5167597990f989b0d3a782d1ebf4e4aa6 | |
parent | 2c811238b3e8d8e69477c48fb47448286e8cade4 (diff) |
Tagging 4.204.20
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@23 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
-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) |