From 0506bc4f8901cfcb1c2d2afdec22ea842610b1f0 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Tue, 17 Dec 2024 16:43:34 -0500 Subject: [PATCH] Update version numbers (99.0) and readme --- README.md | 4 ++-- meson_options.txt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5c241e0d6..8fc2a649d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The Powder Toy - April 2024 +The Powder Toy - December 2024 ========================== Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html). @@ -23,7 +23,7 @@ Thanks * Stanislaw K Skowronek - Designed the original * Simon Robertshaw * Skresanov Savely -* cracker64 +* Pilihp64 * Catelite * Victoria Hoyle * Nathan Cousins diff --git a/meson_options.txt b/meson_options.txt index 38a080d8a..06c715100 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -52,42 +52,42 @@ option( 'display_version_major', type: 'integer', min: 0, - value: 98, + value: 99, description: 'Major component of the display version, should more or less map to the MINOR version in semantic versioning' ) option( 'display_version_minor', type: 'integer', min: 0, - value: 2, + value: 0, 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: 374, + value: 375, description: 'Build number, should be strictly monotonously increasing across public releases' ) option( 'upstream_version_major', type: 'integer', min: 0, - value: 98, + value: 99, description: 'Major component of the upstream display version, mod owners should not change this but merge upstream changes to it' ) option( 'upstream_version_minor', type: 'integer', min: 0, - value: 2, + value: 0, 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: 374, + value: 375, description: 'Upstream build number, mod owners should not change this but merge upstream changes to it' ) option(