From 99f2782d118aad6590cf84d22c6d5822a5bf90dd Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 9 Feb 2020 17:04:08 +0100 Subject: release 1.24.0 --- NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e69cc003..334e30c0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +### pluma 1.24.0 + + * Translations update + * add gbk encoding + * build: show compiler flags on configuration summary + ### pluma 1.23.3 * Translations update diff --git a/configure.ac b/configure.ac index 6a5fde57..53528d9a 100644 --- a/configure.ac +++ b/configure.ac @@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) -m4_define(pluma_minor_version, 23) -m4_define(pluma_micro_version, 3) +m4_define(pluma_minor_version, 24) +m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], -- cgit v1.2.1