diff options
author | raveit65 <[email protected]> | 2019-02-25 19:50:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-25 19:50:20 +0100 |
commit | 910cca04f74645ddbb3dd6e0d70703a1eeb360ef (patch) | |
tree | fc56567f964e5131a0410990869f0ed7fc769749 | |
parent | 972379e6421a5f0e4f8cb4ad64fefed06ad9a63f (diff) | |
download | mate-utils-910cca04f74645ddbb3dd6e0d70703a1eeb360ef.tar.bz2 mate-utils-910cca04f74645ddbb3dd6e0d70703a1eeb360ef.tar.xz |
release 1.22.0v1.22.0
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
@@ -1,3 +1,13 @@ +### mate-utils 1.22.0 + + * Translations update + * Initialize Travis CI support + * Make translatable the copyright in about dialog + * enable translations for ca@valencia again + * help - bump docbook 4.5 + * eggsmclient: avoid deprecated 'g_type_class_add_private' + * move appdata to metainfo directory + ### mate-utils 1.21.1 * Translations update diff --git a/configure.ac b/configure.ac index 988e2fdc..24e8c48f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) -m4_define([mate_utils_minor], [21]) -m4_define([mate_utils_micro], [1]) +m4_define([mate_utils_minor], [22]) +m4_define([mate_utils_micro], [0]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |