From eb544dba07f8565d970796fe350de93c35fd1f79 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 10 Feb 2020 02:10:48 +0100 Subject: release 1.24.0 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d147d90..78b4800 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +### mate-netbook 1.24.0 + + * Translations update + * add MSGID_BUGS_ADDRESS url + * migrate from intltools to gettext + ### mate-netbook 1.23.0 * Translations update diff --git a/configure.ac b/configure.ac index 92aefa9..5bedb2b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.23.0, []) +AC_INIT(mate-netbook, 1.24.0, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) -- cgit v1.2.1