]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Bump version to 1.2.1
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 13:18:58 +0000 (15:18 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:37 +0000 (13:28 +0100)
meson.build

index d96acae5dabcbf696b2a8e9cd255f401fcdc3b70..d8935db316f739d1b495aa40264613973f53c7dc 100644 (file)
@@ -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