From 651d3bfd7c88eb7dfc24418a1d6951b45e9a4f52 Mon Sep 17 00:00:00 2001 From: mbkma Date: Wed, 19 Oct 2022 21:57:06 +0200 Subject: release 1.27 --- NEWS | 10 ++++++++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e5fe9de..d04c32c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +### mate-calc 1.27.0 + + * Accessibility: use localized button names for screen readers + * parserfunc: fix include guard + * cppcheck: function parameters can be declared with const + * unit: fix memory leak + * Use a blank line at most + * ci: drop -Wunused-parameter compiler cflag from debian build + * build warning: AC_OUTPUT should be used without arguments + ### mate-calc 1.26.0 * Translations update diff --git a/configure.ac b/configure.ac index 0d893b5..1762a84 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.26.0], [https://github.com/mate-desktop/mate-calc/issues], +AC_INIT([mate-calc], [1.27.0], [https://github.com/mate-desktop/mate-calc/issues], [mate-calc], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) diff --git a/meson.build b/meson.build index 86fd5ce..c17c951 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mate-calc','c', - version: '1.26.0', + version: '1.27.0', meson_version: '>=0.50.0', license: 'GPLv3+', ) -- cgit v1.2.1