From e371d6345b620e961417f0950d19f7df525df7dd Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 1 Apr 2024 19:54:39 -0400 Subject: [PATCH] Update build numbers (v98.2.365) --- README.md | 2 +- meson_options.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d453a9ebf9..5c241e0d68 100644 --- a/README.md +++ b/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). diff --git a/meson_options.txt b/meson_options.txt index a67a467d2f..88e4776c3c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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( @@ -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(