diff options
author | Martin Wimpress <[email protected]> | 2018-03-26 21:21:17 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2018-03-26 21:21:17 +0100 |
commit | 247a5fd0d4a3c7bf5845c089b42d5578f7478a9d (patch) | |
tree | fe59e8e0db62d2cd882cf42c381fd7d2e902d487 | |
parent | 4f5280c90a50e6f91d19fde8df652defcd9eea04 (diff) | |
download | mate-desktop-247a5fd0d4a3c7bf5845c089b42d5578f7478a9d.tar.bz2 mate-desktop-247a5fd0d4a3c7bf5845c089b42d5578f7478a9d.tar.xz |
Bump version to 1.20.1v1.20.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### mate-desktop 1.20.1 + + * Translations update + ### mate-desktop 1.20.0 * Add gsettings for window scaling factor diff --git a/configure.ac b/configure.ac index 5e94a2b..263f6b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [20]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |