From 68fe70464a538bec9757c2a8581a639e6757b640 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 22 Apr 2019 13:01:40 +0200 Subject: release 1.22.1 --- NEWS | 10 +++++++++- configure.ac | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0780602..24c7400 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ +### eom 1.22.1 + + * Translations update + * store: Add any image file in the current directory to the store + * help: update copyright + * Upgrade the manual to docbook 5.0 + * Use persistent page setup + ### eom 1.22.0 - * tx: sync with transifex + * Translations update * Add update-authors.pl script which helps to update eom.about * Read authors (updated) and documenters (updated) from eom.about gresource * Initialize Travis CI support diff --git a/configure.ac b/configure.ac index ace0859..5fdf467 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, 22) -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]) -- cgit v1.2.1