diff options
author | Martin Wimpress <[email protected]> | 2017-03-13 10:39:34 +0000 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2017-03-13 10:39:34 +0000 |
commit | 269bc382e5348affe620d38a9e4dc043418e7e39 (patch) | |
tree | 9083767e4c6f19e85da5b4878e52f48f8db45241 | |
parent | 24f6d5cbb2f36a3d8604762be8a7d8513fdde184 (diff) | |
download | mate-desktop-269bc382e5348affe620d38a9e4dc043418e7e39.tar.bz2 mate-desktop-269bc382e5348affe620d38a9e4dc043418e7e39.tar.xz |
Bump version to 1.18.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cde2ac4..317b839 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], [3]) +m4_define([mate_minor], [18]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |