diff options
author | raveit65 <[email protected]> | 2018-06-13 10:25:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-06-13 10:33:24 +0200 |
commit | 92142b6bc0bcee51f09c91d0b4cafdf03f50c76f (patch) | |
tree | 0f7fcab942f6de2b1881e162d8666413239c4be2 | |
parent | 16f5b2c4b61a191716b9e24e4ebec2683b4caba6 (diff) | |
download | eom-92142b6bc0bcee51f09c91d0b4cafdf03f50c76f.tar.bz2 eom-92142b6bc0bcee51f09c91d0b4cafdf03f50c76f.tar.xz |
release 1.20.1v1.20.1
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +### eom 1.20.1 + + * Translations update + * svg: Fix offset coordinates when transforming SVG images on HiDPI displays + * Scale HiDPI images correctly + * fix some -Wincompatible-pointer-types warnings + ### eom 1.20.0 * Translations update diff --git a/configure.ac b/configure.ac index c9cdae2..98f0c0c 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, 20) -m4_define(eom_micro_version, 0) +m4_define(eom_micro_version, 1) m4_define(eom_version, eom_major_version.eom_minor_version.eom_micro_version) AC_INIT([eom], eom_version, [http://www.mate-desktop.org], [eom]) |