diff options
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### mate-utils 1.18.3 + + * baobab: make zoom with mousewheel work on chart + * baobab: various UI fixes + * screenshot: remove some buggy code to fix possible crash + * baobab/logview/dictionary: add our copyright to About dialog + * Translations update + ### mate-utils 1.18.2 * Translations update diff --git a/configure.ac b/configure.ac index 00cc9a26..ca0e7afa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_utils_major], [1]) m4_define([mate_utils_minor], [18]) -m4_define([mate_utils_micro], [2]) +m4_define([mate_utils_micro], [3]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |