diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +### mate-desktop 1.17.2 + + * Drop mpaste. + ### mate-desktop 1.17.1 * mate-about: Update copyright year @@ -111,4 +115,4 @@ ### mate-desktop 1.6.0 * Port to new thumbnail spec (code from gnome-desktop 3.x) - * Added gsettings schemas from now deprecated libmate
\ No newline at end of file + * Added gsettings schemas from now deprecated libmate diff --git a/configure.ac b/configure.ac index 72ce4ac..58c6de4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [17]) -m4_define([mate_micro], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |