Snapshot 387

This commit is contained in:
Tamás Bálint Misius
2025-05-07 11:50:35 +02:00
parent 940c9eb209
commit 4ffa7f0ce8

View File

@@ -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 # # 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 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. # # 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') if get_option('prepare')
# we're being run by prepare.py in a ghactions workflow only to determine the values of options; exit early # we're being run by prepare.py in a ghactions workflow only to determine the values of options; exit early