diff options
author | raveit65 <[email protected]> | 2020-02-08 11:30:54 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-08 11:30:54 +0100 |
commit | 10c192c904f9889153e2788bef9b2520b3068864 (patch) | |
tree | 2d7b3e6201e6986715ff8f876c72ef7f6f499d98 | |
parent | 53436a41ad714b1bfbb714409f58806d6da63057 (diff) | |
download | mate-desktop-10c192c904f9889153e2788bef9b2520b3068864.tar.bz2 mate-desktop-10c192c904f9889153e2788bef9b2520b3068864.tar.xz |
update meson version to 1.24.0v1.24.0
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 6b27aa1..af9af98 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'mate-desktop', 'c', - version: '1.23.3', + version: '1.24.0', license: [ 'GPL-2', 'FDL-1.1', 'LGPL-2' ], ) @@ -11,7 +11,7 @@ mate_major_version = version_array[0].to_int() mate_minor_version = version_array[0].to_int() mate_micro_version = version_array[0].to_int() mate_platform = 1 -mate_minor = 22 +mate_minor = 24 mate_micro = 0 matedt_api_version = '2.0' |