Skip to content

Commit

Permalink
Update version numbers and README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 17, 2024
1 parent 7870ec5 commit 5160f4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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
---------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 5160f4a

Please sign in to comment.