From 53b4adca7558613f5304aa17402814bab986ed0a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Mar 2021 22:48:58 +0100 Subject: release 1.24.2 --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b39c51e..143c0da8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +### pluma 1.24.2 + + * Translations update + * pluma-view: Fix incorrect interface font + ### pluma 1.24.1 * Translations update diff --git a/configure.ac b/configure.ac index 54c8194a..04a2ee5d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 24) -m4_define(pluma_micro_version, 1) +m4_define(pluma_micro_version, 2) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1