From 5c592a017e22c9e54ee875ba63593e615f70e393 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 8 Aug 2024 03:37:24 +0100 Subject: [PATCH] Updated grf and changelog ready for 2.13 --- docs/changelog.txt | 4 +++- src/grf.pnml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index d0ad6dd6..d6003ed5 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -5,7 +5,9 @@ - Stephenson's Planet (Coded, tweak graphics a British) - Class 58 -# v2.12 +# v2.13 + +# v2.12 (2024-08-08) - Added LMS Black 5 - Added LMS Jubilee - Added GWR Dean Goods diff --git a/src/grf.pnml b/src/grf.pnml index 27d8d5c4..48851093 100644 --- a/src/grf.pnml +++ b/src/grf.pnml @@ -4,8 +4,8 @@ grf { name: string(STR_GRF_NAME); desc: string(STR_GRF_DESC); // Remove the "2." from the "real" version, eg v2.8 becomes 9 - // 11 (2.10) released BaNaNaS 2024-06-11T16:43:31 - version: 12; + // 12 (2.12) released BaNaNaS 2024-08-08T02:30:23 + version: 13; //bump up this number to whatever the "next release" version is when breaking compatibility. // Eg if 8 (2.8) has released and the next version is 9 (2.9) then set it to 9 min_compatible_version: 10;