From d0088f4b8cad01ba03b91421082eb543c6794308 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 5 Oct 2015 13:37:24 +0300 Subject: Bump version to 1.10.4 --- NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index acf42b2..127b254 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +eom 1.10.4 +========== + + * EomScrollView: clip all types of images to the visible image area + * EomScrollView: enable double buffering + * Bump GLib/GIO required version to 2.36 + * Drop useless dependency on mate-icon-theme + * Fix build with libexif when prefix is not /usr + * Some annotation fixes + * Some GTK+3 fixes and improvements + eom 1.10.3 ========== diff --git a/configure.ac b/configure.ac index 2378a6e..b941ab1 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) m4_define(eom_minor_version, 10) -m4_define(eom_micro_version, 3) +m4_define(eom_micro_version, 4) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) -- cgit v1.2.1