diff options
author | raveit65 <[email protected]> | 2020-02-09 17:41:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-09 17:41:38 +0100 |
commit | f88a2e4158fe4fe4ac04b6972102d79728a8c843 (patch) | |
tree | c46f50ce60064045944466dc3ecbbca63427a660 | |
parent | 8e04c497881510526b8ace28f6241bc792746337 (diff) | |
download | eom-f88a2e4158fe4fe4ac04b6972102d79728a8c843.tar.bz2 eom-f88a2e4158fe4fe4ac04b6972102d79728a8c843.tar.xz |
release 1.24.0v1.24.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +### eom 1.24.0 + + * Translations update + * thumbnailer: add --with-gdk-pixbuf-thumbnailer option + * Add eom-thumbnailer for webp files + * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG + * Fix preprocessing warning for file: src/eom-window.c + * Fix preprocessing warning for file: src/eom-print.c + * Update MIME types supported by commonly used pixbuf-loaders + ### eom 1.23.2 * Translations update diff --git a/configure.ac b/configure.ac index 2c480c9..b05c0ec 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ AC_PREREQ(2.59) AC_CONFIG_MACRO_DIR([m4]) m4_define(eom_major_version, 1) -m4_define(eom_minor_version, 23) -m4_define(eom_micro_version, 2) +m4_define(eom_minor_version, 24) +m4_define(eom_micro_version, 0) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) |