From 5160f4ad332f48762afb341a44dc57f79ee0e488 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 17 Mar 2024 16:29:14 -0400 Subject: [PATCH] Update version numbers and README --- README.md | 3 ++- meson_options.txt | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 925cc2e95..c956f330a 100644 --- a/README.md +++ b/README.md @@ -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 --------------------------------------------------------------------------- diff --git a/meson_options.txt b/meson_options.txt index e5a30cbdf..427dcf105 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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(