diff options
author | raveit65 <[email protected]> | 2017-10-14 08:43:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-10-14 08:43:25 +0200 |
commit | 8e7f0805d5b63e562302ddb7dc9a87a2e9f00ba7 (patch) | |
tree | 1b4015834c94601061c0f6c0172eaa5b3e377e21 | |
parent | 6c0b5ec709034a952f103af411a54aa003552b0f (diff) | |
download | mate-desktop-8e7f0805d5b63e562302ddb7dc9a87a2e9f00ba7.tar.bz2 mate-desktop-8e7f0805d5b63e562302ddb7dc9a87a2e9f00ba7.tar.xz |
release 1.19.1v1.19.1
-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.19.1 + + * Translations update + * drop MateAboutDialog + * mate-about: remove remains of libunique references + * mate-about: switch to GtkAboutDialog + * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: + ### mate-desktop 1.19.0 * Translations update diff --git a/configure.ac b/configure.ac index 0c65738..fed11a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [19]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |