From 88a698fd1b0785f2ac7f90f8b67a265e6b690399 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 25 Aug 2023 18:21:13 +0200 Subject: release 1.27.1 --- NEWS | 8 +++++++- configure.ac | 2 +- meson.build | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index ef3a893..321a678 100644 --- a/NEWS +++ b/NEWS @@ -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+', ) -- cgit v1.2.1