diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,12 @@ +### eom 1.27.1 + + * Translations update + * Add meson build support + * Fix building with ImageMagick 7 + ### eom 1.27.0 - * tx: sync with transifex + * Translations update * tx: update resource * tx: migrate config file * explicitly assigning value of variable of type 'int' to itself diff --git a/configure.ac b/configure.ac index 6222520..7e57cf0 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, 27) -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, https://github.com/mate-desktop/eom/issues, [eom], [https://mate-desktop.org]) diff --git a/meson.build b/meson.build index b5362fc..372547c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('eom','c', - version: '1.27.0', + version: '1.27.1', meson_version: '>=0.59.0', license: 'GPLv2+', ) |