Skip to content

Commit

Permalink
Changed how the GRF version number is used, now more consistent with …
Browse files Browse the repository at this point in the history
…the "v2.8" version
  • Loading branch information
audigex committed Apr 30, 2024
1 parent 99126a9 commit 2692ec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grf.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ grf {
grfid: "brv2"; // BRTrains v2, based on BRTrains, BROS, and the Modern UK Trains set (addon to BRTrains)
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
version: 9;
min_compatible_version: 1; //bump up this number to version when breaking compatibility
version: 28; // Remove the decimal from the "real" version, eg v2.8 becomes 28
min_compatible_version: 1; //bump up this number to whatever the current version is when breaking compatibility
param 0 {
param_max_speed {
type: int;
Expand Down

0 comments on commit 2692ec7

Please sign in to comment.