diff options
author | raveit65 <[email protected]> | 2023-08-25 18:21:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-25 18:21:13 +0200 |
commit | 88a698fd1b0785f2ac7f90f8b67a265e6b690399 (patch) | |
tree | e8df6261b179588682979511e3bb757fbb9e1060 | |
parent | 5dc478b7f4f24f5004c3bb415cc42d6462e9e018 (diff) | |
download | eom-1.27.1.tar.bz2 eom-1.27.1.tar.xz |
release 1.27.1v1.27.1
-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+', ) |