diff options
author | monsta <[email protected]> | 2018-05-22 17:51:46 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-05-22 17:51:46 +0300 |
commit | be99b8c652624c61eef99cd99c5c241b6aaa7d27 (patch) | |
tree | 4082846a49eae316c51d587843e4027f3131adb6 /configure.ac | |
parent | 7b5f72ca61e6462233d0ef33b258264410654f0c (diff) | |
download | mate-desktop-1.18.tar.bz2 mate-desktop-1.18.tar.xz |
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 317b839..bcd6f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [18]) -m4_define([mate_micro], [0]) +m4_define([mate_micro], [1]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |