From 4ffa7f0ce87b5bb08025e23cb9ecfe55b6a3696f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20B=C3=A1lint=20Misius?= Date: Wed, 7 May 2025 11:50:35 +0200 Subject: [PATCH] Snapshot 387 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4f24463af..3578460ec 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('the-powder-toy', 'cpp', version: # # A.B.C is the version number shown by meson and by your local builds. note that this version # # number is overridden by the tag you push to github, so ghactions builds will show that version # # number instead. you can also replace 'the-powder-toy' with your mod's simplified name. - '99.3.386', meson_version: '>=0.64.0') + '99.3.387', meson_version: '>=0.64.0') if get_option('prepare') # we're being run by prepare.py in a ghactions workflow only to determine the values of options; exit early