aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-18 09:16:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-18 09:17:31 +0800
commita3e44180f3008a9829b495a229cd3dc7ea45d977 (patch)
treeda0a9596512d61db93792d8cfa5673043366a0c9
parent068ca624f58b587edc3c13debcaef8416942acea (diff)
downloadgsoc2013-evolution-EVOLUTION_3_7_3_1.tar
gsoc2013-evolution-EVOLUTION_3_7_3_1.tar.gz
gsoc2013-evolution-EVOLUTION_3_7_3_1.tar.bz2
gsoc2013-evolution-EVOLUTION_3_7_3_1.tar.lz
gsoc2013-evolution-EVOLUTION_3_7_3_1.tar.xz
gsoc2013-evolution-EVOLUTION_3_7_3_1.tar.zst
gsoc2013-evolution-EVOLUTION_3_7_3_1.zip
NEWS update for 3.7.3.1 release.EVOLUTION_3_7_3_1
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 86fe3e29c5..b12a6f5dc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution 3.7.3.1 2012-12-17
+----------------------------
+
+* Minor build issue in libeutil.
+
+
Evolution 3.7.3 2012-12-16
--------------------------
diff --git a/configure.ac b/configure.ac
index 260140ebaa..ebb53e4290 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],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://www.gnome.org/projects/evolution/])
+AC_INIT([evolution],[evo_version].1,[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)