Update version numbers and README

This commit is contained in:
jacob1 2024-03-17 16:29:14 -04:00
parent 7870ec56a3
commit 5160f4ad33
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
The Powder Toy - January 2023
The Powder Toy - March 2024
==========================
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
@ -108,6 +108,7 @@ Controls
| Shift + R | Horizontal mirror for selected area when pasting stamps |
| Ctrl + Shift + R | Vertical mirror for selected area when pasting stamps |
| R | Rotate selected area counterclockwise when pasting stamps |
| F11 | Toggle fullscreen |
Command Line
---------------------------------------------------------------------------

View File

@ -40,7 +40,7 @@ option(
'display_version_major',
type: 'integer',
min: 0,
value: 97,
value: 98,
description: 'Major component of the display version, should more or less map to the MINOR version in semantic versioning'
)
option(
@ -54,14 +54,14 @@ option(
'build_num',
type: 'integer',
min: 0,
value: 361,
value: 362,
description: 'Build number, should be strictly monotonously increasing across public releases'
)
option(
'upstream_version_major',
type: 'integer',
min: 0,
value: 97,
value: 98,
description: 'Major component of the upstream display version, mod owners should not change this but merge upstream changes to it'
)
option(
@ -75,7 +75,7 @@ option(
'upstream_build_num',
type: 'integer',
min: 0,
value: 361,
value: 362,
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
)
option(