diff options
author | monsta <[email protected]> | 2018-01-05 22:50:00 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-05 22:50:00 +0300 |
commit | b4588b4dd9b4d46888003bb1e5f26eaff37562fd (patch) | |
tree | 3393fce1a0d4d56683fb2d8d190097b067afef82 | |
parent | b133f518f6f2310093fd3b5248049c7048cfb8d4 (diff) | |
download | mate-desktop-b4588b4dd9b4d46888003bb1e5f26eaff37562fd.tar.bz2 mate-desktop-b4588b4dd9b4d46888003bb1e5f26eaff37562fd.tar.xz |
bump version to 1.19.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93a109b..0df1b3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([mate_platform], [1]) m4_define([mate_minor], [19]) -m4_define([mate_micro], [2]) +m4_define([mate_micro], [3]) m4_define(mate_version, [mate_platform.mate_minor.mate_micro]), |