aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-20 07:14:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-20 07:14:26 +0800
commit2637d51e0e789ecad93d827976944e2fdcd4fb90 (patch)
tree2a2e3125a7d9fde06ea1ca6e58c40ed75da7fada
parent410550c3419e6cb9b0853672996cff87f5cf9c9b (diff)
downloadgsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar.gz
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar.bz2
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar.lz
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar.xz
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.tar.zst
gsoc2013-evolution-2637d51e0e789ecad93d827976944e2fdcd4fb90.zip
NEWS update for 3.7.3.2 release.EVOLUTION_3_7_3_2
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b12a6f5dc0..866f6446a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution 3.7.3.2 2012-12-19
+----------------------------
+
+* Forgot to remove libedataserverui-3.0 from a pkg-config file. *sigh*
+
+
Evolution 3.7.3.1 2012-12-17
----------------------------
diff --git a/configure.ac b/configure.ac
index ebb53e4290..ce7e58fbb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ m4_define([base_version], [3.8])
dnl Autoconf / Automake Initialization
AC_PREREQ([2.64])
-AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
+AC_INIT([evolution],[evo_version].2,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip -Wall -Wno-portability foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)