Skip to content

Commit e371d63

Browse files
committed
Update build numbers (v98.2.365)
1 parent e55fc87 commit e371d63

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Powder Toy - April 1st 2024
1+
The Powder Toy - April 2024
22
==========================
33

44
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).

meson_options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ option(
4747
'display_version_minor',
4848
type: 'integer',
4949
min: 0,
50-
value: 1,
50+
value: 2,
5151
description: 'Minor component of the display version, should more or less map to the PATCH version in semantic versioning'
5252
)
5353
option(
5454
'build_num',
5555
type: 'integer',
5656
min: 0,
57-
value: 364,
57+
value: 365,
5858
description: 'Build number, should be strictly monotonously increasing across public releases'
5959
)
6060
option(
@@ -68,14 +68,14 @@ option(
6868
'upstream_version_minor',
6969
type: 'integer',
7070
min: 0,
71-
value: 1,
71+
value: 2,
7272
description: 'Minor component of the upstream display version, mod owners should not change this but merge upstream changes to it'
7373
)
7474
option(
7575
'upstream_build_num',
7676
type: 'integer',
7777
min: 0,
78-
value: 364,
78+
value: 365,
7979
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
8080
)
8181
option(

0 commit comments

Comments
 (0)