diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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' ) |