diff options
| author | Martin Wimpress <[email protected]> | 2017-01-12 16:02:20 +0000 |
|---|---|---|
| committer | Martin Wimpress <[email protected]> | 2017-01-12 16:02:20 +0000 |
| commit | 0d0c24b676dcfaf368b5d71e7e8375f4fcd0a1b2 (patch) | |
| tree | 328b892bd23468f67b54e4f418b328ec6e69bea9 | |
| parent | db20b072b88686951f1534a625c857ba2f27e8b9 (diff) | |
| download | mate-desktop-0d0c24b676dcfaf368b5d71e7e8375f4fcd0a1b2.tar.bz2 mate-desktop-0d0c24b676dcfaf368b5d71e7e8375f4fcd0a1b2.tar.xz | |
Bump version to 1.17.1v1.17.1
| -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.17.1 + + * mate-about: Update copyright year + * Translations update + mate-desktop 1.17.0 * Translations update diff --git a/configure.ac b/configure.ac index 3c9746a..40d511b 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], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |
