diff options
| author | raveit65 <[email protected]> | 2017-12-24 15:32:26 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2017-12-24 15:32:26 +0100 |
| commit | d5d063204135b6fd676c0d8adb6319e16c662ec2 (patch) | |
| tree | 461e55ee4660bb9c64d606b209c84b2fe888568c | |
| parent | 46438a096ccb414f24ab423fee347c23a9729332 (diff) | |
| download | mate-desktop-d5d063204135b6fd676c0d8adb6319e16c662ec2.tar.bz2 mate-desktop-d5d063204135b6fd676c0d8adb6319e16c662ec2.tar.xz | |
release 1.19.2v1.19.2
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +### mate-desktop 1.19.2 + + * Translations update + * WidthOfScreen and HeightOfScreen implementation + ### mate-desktop 1.19.1 * Translations update diff --git a/configure.ac b/configure.ac index fed11a9..93a109b 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], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |
