Skip to content

Commit f867a6d

Browse files
committed
Bumped version for next release, updated changelog
1 parent 5b49a63 commit f867a6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Improved FIRS compatibility and general cargo refit options
77
- Fixed Coppernob tender length
88

9-
# v2.10
9+
# v2.10 (2024-06-06)
1010
- Added Class 321
1111
- Added Class 555
1212
- Added Bombardier M5000 (Manchester Metrolink tram)

src/grf.pnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ grf {
44
name: string(STR_GRF_NAME);
55
desc: string(STR_GRF_DESC);
66
// Remove the "2." from the "real" version, eg v2.8 becomes 9
7-
// 10 (2.10) released BaNaNaS 2024-06-06T00:17:43+00:00
8-
version: 10;
7+
// 10 (2.10) released BaNaNaS 2024-06-06T00:17:43+00:00
8+
version: 11;
99
//bump up this number to whatever the "next release" version is when breaking compatibility.
1010
// Eg if 8 (2.8) has released and the next version is 9 (2.9) then set it to 9
1111
min_compatible_version: 10;

0 commit comments

Comments
 (0)