diff --git a/meson.build b/meson.build
index bb97c76f63208367bb656db5cd70ddcc14342b20..c4a606e1c008067ee24852033cff25e5eb741eda 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,11 @@
-# SPDX-FileCopyrightText: 2016-2023 Bruce Cowan <bruce@bcowan.me.uk>
+# SPDX-FileCopyrightText: 2016-2024 Bruce Cowan <bruce@bcowan.me.uk>
 #
 # SPDX-License-Identifier: GPL-3.0-or-later
 
 project('rugby', 'c',
   version: '0.4.alpha',
   license:'GPLv3+',
-  meson_version: '>= 0.59.0',
+  meson_version: '>= 1.1.0',
   default_options: [
     'buildtype=debugoptimized',
     'c_std=gnu11',
diff --git a/meson_options.txt b/meson.options
similarity index 100%
rename from meson_options.txt
rename to meson.options