diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-10 02:11:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-10 02:11:08 +0800 |
commit | 343a39fa800a59050954b3805f3799af398c6d9d (patch) | |
tree | baa9dd67f58913080071c084ca837f582003edad | |
parent | b152949a3102c150af0c99fb84e8fecf2c69191f (diff) | |
download | gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar.gz gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar.bz2 gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar.lz gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar.xz gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.tar.zst gsoc2013-empathy-343a39fa800a59050954b3805f3799af398c6d9d.zip |
Bump MissionControl version to 4.37, we uses new API introduced in that
2007-10-09 Xavier Claessens <xclaesse@gmail.com>
* configure.ac: Bump MissionControl version to 4.37, we uses new API
introduced in that version.
svn path=/trunk/; revision=366
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2007-10-09 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: Bump MissionControl version to 4.37, we uses new API + introduced in that version. + +2007-10-09 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-list-view.c: diff --git a/configure.ac b/configure.ac index 4e52101a2..958ca4cea 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ GCONF_REQUIRED=1.2.0 LIBGLADE_REQUIRED=2.0.0 LIBPANELAPPLET_REQUIRED=2.10.0 TELEPATHY_REQUIRED=0.0.57 -MISSION_CONTROL_REQUIRED=4.33 +MISSION_CONTROL_REQUIRED=4.37 IDT_COMPILE_WARNINGS |