Snapshot 355

This commit is contained in:
Tamás Bálint Misius 2023-12-15 18:26:24 +01:00
parent 9f431c6393
commit 9c699b00ed
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2

View File

@ -54,7 +54,7 @@ option(
'build_num', 'build_num',
type: 'integer', type: 'integer',
min: 0, min: 0,
value: 354, value: 355,
description: 'Build number, should be strictly monotonously increasing across public releases' description: 'Build number, should be strictly monotonously increasing across public releases'
) )
option( option(
@ -75,7 +75,7 @@ option(
'upstream_build_num', 'upstream_build_num',
type: 'integer', type: 'integer',
min: 0, min: 0,
value: 354, value: 355,
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it' description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
) )
option( option(