diff options
author | monsta <[email protected]> | 2018-03-17 23:18:51 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-17 23:18:51 +0300 |
commit | c4e8403ae94c809f7ca4400ddb66bbc6ef9a7133 (patch) | |
tree | ffc5c1acadbed81d6bc58d9b89ef35a75d6b97a1 | |
parent | 0cc9461b02b82702994c6b81f433251f4cfdb28b (diff) | |
download | mate-terminal-c4e8403ae94c809f7ca4400ddb66bbc6ef9a7133.tar.bz2 mate-terminal-c4e8403ae94c809f7ca4400ddb66bbc6ef9a7133.tar.xz |
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +### mate-terminal 1.18.3 + + * Find dialog: fix keyboard selection + * Profile editor: properly initialize the first palette color + * Fix possible crash when handling DBus method call + ### mate-terminal 1.18.2 * Translations update diff --git a/configure.ac b/configure.ac index ba6ed97..72777fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([gt_version_major],[1]) m4_define([gt_version_minor],[18]) -m4_define([gt_version_micro],[2]) +m4_define([gt_version_micro],[3]) m4_define([gt_version_extra],[]) m4_define([gt_version],[gt_version_major().gt_version_minor().gt_version_micro()gt_version_extra]) |