mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-16 13:58:43 +01:00
Update version numbers (99.0) and readme
This commit is contained in:
parent
7de0bb8506
commit
0506bc4f89
@ -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).
|
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
|
* Stanislaw K Skowronek - Designed the original
|
||||||
* Simon Robertshaw
|
* Simon Robertshaw
|
||||||
* Skresanov Savely
|
* Skresanov Savely
|
||||||
* cracker64
|
* Pilihp64
|
||||||
* Catelite
|
* Catelite
|
||||||
* Victoria Hoyle
|
* Victoria Hoyle
|
||||||
* Nathan Cousins
|
* Nathan Cousins
|
||||||
|
@ -52,42 +52,42 @@ option(
|
|||||||
'display_version_major',
|
'display_version_major',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
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'
|
description: 'Major component of the display version, should more or less map to the MINOR version in semantic versioning'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'display_version_minor',
|
'display_version_minor',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
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'
|
description: 'Minor component of the display version, should more or less map to the PATCH version in semantic versioning'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'build_num',
|
'build_num',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 374,
|
value: 375,
|
||||||
description: 'Build number, should be strictly monotonously increasing across public releases'
|
description: 'Build number, should be strictly monotonously increasing across public releases'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'upstream_version_major',
|
'upstream_version_major',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
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'
|
description: 'Major component of the upstream display version, mod owners should not change this but merge upstream changes to it'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'upstream_version_minor',
|
'upstream_version_minor',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
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'
|
description: 'Minor component of the upstream display version, mod owners should not change this but merge upstream changes to it'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'upstream_build_num',
|
'upstream_build_num',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 374,
|
value: 375,
|
||||||
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
|
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user