From 10c192c904f9889153e2788bef9b2520b3068864 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 8 Feb 2020 11:30:54 +0100 Subject: update meson version to 1.24.0 --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') 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' -- cgit v1.2.1