diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-31 10:27:26 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-31 10:27:26 +0200 |
commit | 4d57142b42170d3110d734bb1847913dacbaf097 (patch) | |
tree | 2f96076dd16c6ea6ce9fe64e56e1aba683ce6a68 | |
parent | 1115af5ecbdaddacc9d823b869245e71d1a89fa8 (diff) | |
download | mate-desktop-4d57142b42170d3110d734bb1847913dacbaf097.tar.bz2 mate-desktop-4d57142b42170d3110d734bb1847913dacbaf097.tar.xz |
Bump version to 1.6.0
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 15de083..51882e1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) -m4_define([mate_minor], [5]) -m4_define([mate_micro], [8]) +m4_define([mate_minor], [6]) +m4_define([mate_micro], [0]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |