From adca9ab6a48481c911e253a86781864f014e783c Mon Sep 17 00:00:00 2001 From: Kai Tamkun Date: Tue, 5 Mar 2024 06:28:35 -0800 Subject: [PATCH] Update meson.build version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 71dc82a37..8f35fed01 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('game3', 'cpp', version: '0.35.0', +project('game3', 'cpp', version: '0.37.1', meson_version: '>= 0.62.0', default_options: ['warning_level=2', 'werror=false', 'cpp_std=c++23'])