aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d87a9f44b0..7be036745a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Evolution 2.91.6.1 2011-02-02
+-----------------------------
+
+Work around last-minute API breaks in GTK+ 2.99.3.
+
Evolution 2.91.6 2011-01-11
---------------------------
Bug Fixes:
diff --git a/configure.ac b/configure.ac
index 2bedc3f3b5..cd0c9d5692 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ m4_define([upgrade_revision], [0])
dnl Autoconf / Automake Initialization
AC_PREREQ(2.58)
-AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
+AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)