diff options
author | raveit65 <[email protected]> | 2023-05-07 11:29:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-07 11:29:12 +0200 |
commit | ac5a7aefd83c3990df0fa901a2f96daca04f73ee (patch) | |
tree | 9db45b4d5299a8e41a4c6cf52b846ea7daee27f4 | |
parent | 51053f000e3c77d96922734e7fc95415bda1d7a0 (diff) | |
download | eom-1.26.1.tar.bz2 eom-1.26.1.tar.xz |
release 1.26.1v1.26.1
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +### eom 1.26.1 + + * Translations update + * Fix building with ImageMagick 7 + * eom-window: fix warning incompatible-pointer-types + * Accessibility: add proper mnemonic relations and labelling + * Add support for libexif 0.6.14+ + * user-guide: fix wrong informations + ### eom 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 60cc4d0..ad54cca 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, 26) -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]) |