diff options
author | infirit <[email protected]> | 2014-06-27 09:55:32 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-27 09:55:32 +0200 |
commit | bb11134952ddf57146f5e15f613819f5ce8b2ae8 (patch) | |
tree | 0b74b858726b9d5aecf61f75a508cf03963120ee | |
parent | c3fc9b3e52b0c31c6c880b753ed370d9b6187c7b (diff) | |
download | mate-desktop-bb11134952ddf57146f5e15f613819f5ce8b2ae8.tar.bz2 mate-desktop-bb11134952ddf57146f5e15f613819f5ce8b2ae8.tar.xz |
Bump version to 1.9.2
We need a version to check against for MateColorSelectionDialog.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a6d8ba9..fc0daf5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [9]) -m4_define([mate_micro], [1]) +m4_define([mate_micro], [2]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |