diff options
author | monsta <[email protected]> | 2017-10-25 17:48:38 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-25 17:48:38 +0300 |
commit | b2f2d4dd0546d7373464d2d8fe699e407b283b29 (patch) | |
tree | 6b73701afec6b23a974ee5d0f7cbbc550dbd1e64 | |
parent | 5b3f3a39cf70526ba125bc1620c0b5b982dc15cb (diff) | |
download | mate-utils-b2f2d4dd0546d7373464d2d8fe699e407b283b29.tar.bz2 mate-utils-b2f2d4dd0546d7373464d2d8fe699e407b283b29.tar.xz |
-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]) |