diff options
author | raveit65 <[email protected]> | 2021-08-05 21:37:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-05 21:37:45 +0200 |
commit | e2bc7b040850a7c883fe318dfa1c8d69155914c8 (patch) | |
tree | 99462c7d15f757c99f1bf7bccfac0d2e10928793 | |
parent | 40c6869a4097e40d2945aac44f12c59ef60e4825 (diff) | |
download | mate-utils-e2bc7b040850a7c883fe318dfa1c8d69155914c8.tar.bz2 mate-utils-e2bc7b040850a7c883fe318dfa1c8d69155914c8.tar.xz |
release 1.26.0v1.26.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +### mate-notification-daemon 1.26.0 + + * Translations update + * update copyright to 2021 + ### mate-notification-daemon 1.25.1 * Translations update diff --git a/configure.ac b/configure.ac index 29af471a..e1133cbe 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ # along with MATE Utils. If not, see <https://www.gnu.org/licenses/>. m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [25]) -m4_define([mate_utils_micro], [1]) +m4_define([mate_utils_minor], [26]) +m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |