summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2024-02-15 18:06:27 +0100
committerraveit65 <[email protected]>2024-02-15 18:06:27 +0100
commit9609fc07ba93e915ce275b54e60589a2cca63a52 (patch)
tree03fbf86a9bdc5eaaa196ac7d94e3ac096250b7fe
parent9f89eee891e806efb93af716ec4165d6462a7fa0 (diff)
downloadmate-polkit-9609fc07ba93e915ce275b54e60589a2cca63a52.tar.bz2
mate-polkit-9609fc07ba93e915ce275b54e60589a2cca63a52.tar.xz
release 1.28.0
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fb81297..e88b437 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+### mate-polkit 1.28.0
+
+ * Translations update
+ * Fix meson build libexecdir to the correct path
+ * drop categories from desktop file
+
### mate-polkit 1.27.1
* Translations update
diff --git a/configure.ac b/configure.ac
index 4e0c7bf..ac75f4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([polkit-mate],[1.27.1],[https://mate-desktop.org/],[mate-polkit])
+AC_INIT([polkit-mate],[1.28.0],[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 cc10ed9..ec5b941 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('mate-polkit', 'c',
license : 'GPL2+',
- version : '1.27.1',
+ version : '1.28.0',
meson_version : '>=0.43'
)