From bfa9a18a528fd6a4ca72e8ac51accfec56d8fe4d Mon Sep 17 00:00:00 2001 From: Gordon Norman Squash Date: Tue, 10 Sep 2024 17:03:38 -0400 Subject: License changed to LGPL-2 to match GTK license Thanks to @lah7 for pointing out this inconsistency! --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7c41125..b1417d0 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project ('gtk3-classic-module', 'c', - version : '0.89', + version : '0.89.1', default_options : [ 'buildtype=release', 'optimization=2', @@ -7,7 +7,7 @@ project ('gtk3-classic-module', 'c', 'strip=true', 'warning_level=3' ], - license: 'LGPLv3+') + license: 'LGPLv2') gtk_version_required = '>= 3.24.0' -- cgit