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-desktop 1.16.2 + + * Background: fix crossfade issues with recent GTK+3 versions + * Background: fix more graphics issues to allow Caja to use background + for directory windows in GTK+3 build + * Background: fix memleaks and other misc issues + * mate-about: fix URL centering in GTK+3 build + mate-desktop 1.16.1 * mate-bg: fix regression that caused font color in Caja to be diff --git a/configure.ac b/configure.ac index d29770b..861ef6d 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], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |