aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f011bfbf63..2ac4648c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution 2.30.1.1 2010-04-26
+-----------------------------
+
+ Brown paper bag release to correct a versioning error.
+ See git commit 6891b6f00cbe5f0480303f1859ef123bf679005e.
+
Evolution 2.30.1 2010-04-26
---------------------------
diff --git a/configure.ac b/configure.ac
index 617fad74e6..8b54cfd0ec 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.9 -Wall -Werror foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)