File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- The Powder Toy - April 1st 2024
1+ The Powder Toy - April 2024
22==========================
33
44Get the latest version [ from the Powder Toy website] ( https://powdertoy.co.uk/Download.html ) .
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ option(
4747 ' display_version_minor' ,
4848 type : ' integer' ,
4949 min : 0 ,
50- value : 1 ,
50+ value : 2 ,
5151 description : ' Minor component of the display version, should more or less map to the PATCH version in semantic versioning'
5252)
5353option (
5454 ' build_num' ,
5555 type : ' integer' ,
5656 min : 0 ,
57- value : 364 ,
57+ value : 365 ,
5858 description : ' Build number, should be strictly monotonously increasing across public releases'
5959)
6060option (
@@ -68,14 +68,14 @@ option(
6868 ' upstream_version_minor' ,
6969 type : ' integer' ,
7070 min : 0 ,
71- value : 1 ,
71+ value : 2 ,
7272 description : ' Minor component of the upstream display version, mod owners should not change this but merge upstream changes to it'
7373)
7474option (
7575 ' upstream_build_num' ,
7676 type : ' integer' ,
7777 min : 0 ,
78- value : 364 ,
78+ value : 365 ,
7979 description : ' Upstream build number, mod owners should not change this but merge upstream changes to it'
8080)
8181option (
You can’t perform that action at this time.
0 commit comments