summaryrefslogtreecommitdiff
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 f490f7228..5e7d0a264 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution-Data-Server 3.5.3.1 2012-07-01
+----------------------------------------
+
+* A few build and vala binding corrections, mainly for libfolks.
+
+
Evolution-Data-Server 3.5.3 2012-06-25
--------------------------------------
diff --git a/configure.ac b/configure.ac
index 6afe83dbe..9557b36e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_define([api_version], [1.2])
dnl Autoconf / Automake Initialization
AC_PREREQ(2.62)
-AC_INIT([evolution-data-server],[eds_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
+AC_INIT([evolution-data-server],[eds_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server])
AM_INIT_AUTOMAKE([gnu 1.10 tar-ustar dist-xz no-dist-gzip -Wall -Wno-portability foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(README)