aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4b3b1b5..720a83a2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])