diff options
author | raveit65 <[email protected]> | 2024-02-26 11:52:35 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-26 11:52:35 +0100 |
commit | c2df8de7c7b144189fc895639fc21261cf4c5d7d (patch) | |
tree | 20053cdb5c5ba8a764e16e783029a9928958f55b | |
parent | ad6d40200d0a89e47f769e2698ef2b80bc48f0a2 (diff) | |
download | mate-polkit-c2df8de7c7b144189fc895639fc21261cf4c5d7d.tar.bz2 mate-polkit-c2df8de7c7b144189fc895639fc21261cf4c5d7d.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | meson.build | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -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' ) |