summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-01 06:17:17 -0400
committerMatthew Barnes <mbarnes@redhat.com>2012-07-01 06:18:25 -0400
commit9ca7728f2f46beb87c74e17a5cdd9f146c6c7fb5 (patch)
tree51be7991dfd2702907afab530ec29fb9919893a8
parentb0bd7de5ba35df3eec0b1dc7f1e572399461ad01 (diff)
downloadevolution-data-server-gnome-3-5-3.tar.gz
NEWS update for 3.5.3.1 release.EVOLUTION_DATA_SERVER_3_5_3_1gnome-3-5-3
-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)