diff options
author | Martin Wimpress <[email protected]> | 2017-01-18 17:16:55 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-01-18 17:21:21 +0000 |
commit | 6f689c152e8ff50a836696c13d27756f94e0bd8d (patch) | |
tree | 963b0fe1e5dc15527446ecaaea322c32f7ac6db7 | |
parent | 928775bac18b3c6583b56f338f4ed6d6e89a7713 (diff) | |
download | mate-desktop-6f689c152e8ff50a836696c13d27756f94e0bd8d.tar.bz2 mate-desktop-6f689c152e8ff50a836696c13d27756f94e0bd8d.tar.xz |
Bump version to 1.17.2v1.17.2
-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]), |