diff options
author | infirit <[email protected]> | 2014-10-28 12:48:19 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-28 12:48:19 +0100 |
commit | 1e4ee28d0412be89b9a89c0db71a3e52d14c6835 (patch) | |
tree | d88ee5e67ed97bc12c4e26dab88c35729979def1 /configure.ac | |
parent | f572907d54e9ec5f443498dc1695b0567896c23d (diff) | |
download | mate-desktop-1e4ee28d0412be89b9a89c0db71a3e52d14c6835.tar.bz2 mate-desktop-1e4ee28d0412be89b9a89c0db71a3e52d14c6835.tar.xz |
Bump version to 1.9.3
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 fc0daf5..5a6264d 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], [2]) +m4_define([mate_micro], [3]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |