From c2df8de7c7b144189fc895639fc21261cf4c5d7d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 26 Feb 2024 11:52:35 +0100 Subject: release 1.28.1 --- NEWS | 4 ++++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e88b437..03e7643 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +### mate-polkit 1.28.1 + + * Distribute Meson build system + ### mate-polkit 1.28.0 * Translations update diff --git a/configure.ac b/configure.ac index ac75f4f..bfff37e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.28.0],[https://mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.28.1],[https://mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) diff --git a/meson.build b/meson.build index ec5b941..2d9c476 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('mate-polkit', 'c', license : 'GPL2+', - version : '1.28.0', + version : '1.28.1', meson_version : '>=0.43' ) -- cgit v1.2.1