diff options
author | raveit65 <[email protected]> | 2017-05-06 15:31:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-06 15:31:02 +0200 |
commit | 60ff7d81afe606ddd8c48f9132211f650812fcd7 (patch) | |
tree | b04edeffdf1067f25d5797e091c34c601a6db3f2 | |
parent | 802fb79671d66cb1ee3d82fdae99b18c93a4da3b (diff) | |
download | mate-utils-60ff7d81afe606ddd8c48f9132211f650812fcd7.tar.bz2 mate-utils-60ff7d81afe606ddd8c48f9132211f650812fcd7.tar.xz |
update to 1.18.2v1.18.2
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-utils 1.18.2 + + * Translations update + * fix showing busy cursor when saving area screenshot + ### mate-utils 1.18.1 * screenshot: don't translate the timestamp in the filename diff --git a/configure.ac b/configure.ac index 9bea4a6e..00cc9a26 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], [1]) +m4_define([mate_utils_micro], [2]) m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro]) |