Skip to content

Commit

Permalink
Update build numbers (v98.2.365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Apr 1, 2024
1 parent e55fc87 commit e371d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
The Powder Toy - April 1st 2024
The Powder Toy - April 2024
==========================

Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
Expand Down
8 changes: 4 additions & 4 deletions meson_options.txt
Expand Up @@ -47,14 +47,14 @@ option(
'display_version_minor',
type: 'integer',
min: 0,
value: 1,
value: 2,
description: 'Minor component of the display version, should more or less map to the PATCH version in semantic versioning'
)
option(
'build_num',
type: 'integer',
min: 0,
value: 364,
value: 365,
description: 'Build number, should be strictly monotonously increasing across public releases'
)
option(
Expand All @@ -68,14 +68,14 @@ option(
'upstream_version_minor',
type: 'integer',
min: 0,
value: 1,
value: 2,
description: 'Minor component of the upstream display version, mod owners should not change this but merge upstream changes to it'
)
option(
'upstream_build_num',
type: 'integer',
min: 0,
value: 364,
value: 365,
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
)
option(
Expand Down

0 comments on commit e371d63

Please sign in to comment.