summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2016-02-18 12:08:34 +0100
committerMilan Crha <mcrha@redhat.com>2016-02-18 12:08:34 +0100
commit23b711d188420fd1e9812e74a044fd93eb7c82b5 (patch)
treeb84e0b309b0cd8212e222510eb48ae1feb4a8c50
parent8f67c06efcf2ed043b8ab60e9f1de4621eb30e5e (diff)
downloadevolution-23b711d188420fd1e9812e74a044fd93eb7c82b5.tar.gz
NEWS update for 3.18.5.1EVOLUTION_3_18_5_1
-rw-r--r--NEWS6
-rw-r--r--configure.ac4
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50e5ea42d6..338777cb79 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Evolution 3.18.5.1 2016-02-18
+-----------------------------
+
+Bug Fixes:
+ Correct typo in the fix for bug 761883 (Milan Crha)
+
Evolution 3.18.5 2016-02-15
---------------------------
diff --git a/configure.ac b/configure.ac
index 6d47792721..6685324df4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Evolution Versions
m4_define([evo_major_version], [3])
m4_define([evo_minor_version], [18])
-m4_define([evo_micro_version], [6])
+m4_define([evo_micro_version], [5])
m4_define([evo_version],
[evo_major_version.evo_minor_version.evo_micro_version])
m4_define([evo_stable_version],
@@ -18,7 +18,7 @@ m4_define([base_version], [3.18])
dnl Autoconf / Automake Initialization
AC_PREREQ([2.64])
-AC_INIT([evolution],[evo_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://wiki.gnome.org/Apps/Evolution/])
+AC_INIT([evolution],[evo_version].1,[http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution],[evolution],[http://wiki.gnome.org/Apps/Evolution/])
AM_INIT_AUTOMAKE([1.10 dist-xz no-dist-gzip subdir-objects -Wall -Wno-portability foreign tar-ustar])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS(config.h)