diff options
author | monsta <[email protected]> | 2016-10-18 15:36:21 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-10-18 15:36:21 +0300 |
commit | 1ad6371164a50b26ed6b1be2b341cb936855b63c (patch) | |
tree | 66150f85eefa0579b4e6803427827e7935ea93d9 | |
parent | c34d6e45b50503d0acc8fef4c8251bab5b1c62bb (diff) | |
download | mate-desktop-1.16.1.tar.bz2 mate-desktop-1.16.1.tar.xz |
release 1.16.1v1.16.1
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +mate-desktop 1.16.1 + + * mate-bg: fix regression that caused font color in Caja to be + always black (even on dark backgrounds) + * Translations update + mate-desktop 1.16.0 * mate-bg: remove unneeded ignore-pending-change property diff --git a/configure.ac b/configure.ac index 8080e15..d29770b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [16]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |