From: Fred Morcos Date: Tue, 15 Aug 2023 13:18:58 +0000 (+0200) Subject: Meson: Bump version to 1.2.1 X-Git-Tag: rec-5.1.0-alpha1~80^2~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7390f705b3fb61349fa110454b1e7ae27d416e9;p=thirdparty%2Fpdns.git Meson: Bump version to 1.2.1 --- diff --git a/meson.build b/meson.build index d96acae5da..d8935db316 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( ['c', 'cpp'], version: run_command('builder-support' / 'gen-version', check: true).stdout().strip(), # license_files: 'LICENSE', # TODO Meson 1.1.0 - meson_version: '>= 1.0', + meson_version: '>= 1.2.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=2', # TODO Move this to 3 to enable -Wpedantic