summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-26 11:52:35 +0100
committerraveit65 <[email protected]>2024-02-26 11:52:35 +0100
commitc2df8de7c7b144189fc895639fc21261cf4c5d7d (patch)
tree20053cdb5c5ba8a764e16e783029a9928958f55b
parentad6d40200d0a89e47f769e2698ef2b80bc48f0a2 (diff)
downloadmate-polkit-master.tar.bz2
mate-polkit-master.tar.xz
release 1.28.1HEADv1.28.1master
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
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'
)