diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -50,6 +50,10 @@ * doc/*: Updated documentation. +2007-07-26 Xavier Claessens <xclaesse@gmail.com> + + * configure.ac: Bump version to 0.10 + 2007-07-25 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-filter.c: Adding more debug output. diff --git a/configure.ac b/configure.ac index 56a81eb13..2e776560a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(Empathy, 0.9, http://bugzilla.gnome.org/browse.cgi?product=empathy) +AC_INIT(Empathy, 0.10, http://bugzilla.gnome.org/browse.cgi?product=empathy) AC_PREREQ(2.59) AC_COPYRIGHT([Copyright (C) 2003-2007 Imendio AB]) |