diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-05-20 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: Bump version to 0.5 + +2007-05-20 Xavier Claessens <xclaesse@gmail.com> + * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom function for getting groups of a contact. Make possible to have groups for presence or role/affiliation in chatroom for example. diff --git a/configure.ac b/configure.ac index ecd5c0533..8e0119c6c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.4, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.5, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) |