diff options
author | raveit65 <[email protected]> | 2021-08-04 19:51:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-04 19:51:01 +0200 |
commit | 730565033fe63d81c3ac2a6c402b7d1f3b1c360b (patch) | |
tree | 68fdfbeec9037d61d6d0574ce2a4ee69c4df392c | |
parent | 6cf8300419801cf86deee78c3276a752d9af2576 (diff) | |
download | mate-polkit-730565033fe63d81c3ac2a6c402b7d1f3b1c360b.tar.bz2 mate-polkit-730565033fe63d81c3ac2a6c402b7d1f3b1c360b.tar.xz |
release 1.26.0v1.26.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-polkit 1.26.0 + + * Translations update + * update copyright to 2021 + ### mate-polkit 1.25.0 * Translations update diff --git a/configure.ac b/configure.ac index e160245..2956be5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([polkit-mate],[1.25.0],[https://mate-desktop.org/],[mate-polkit]) +AC_INIT([polkit-mate],[1.26.0],[https://mate-desktop.org/],[mate-polkit]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) |