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-06-21 Xavier Claessens <xclaesse@gmail.com> + * configure.ac: Bump version to 0.9 + +2007-06-21 Xavier Claessens <xclaesse@gmail.com> + * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings. 2007-06-21 Xavier Claessens <xclaesse@gmail.com> diff --git a/configure.ac b/configure.ac index 3be2cd838..837cb1d9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.8, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.9, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) |