Skip to content

Commit

Permalink
0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
George-VB committed Dec 31, 2023
1 parent 2e13dfc commit 80fae65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelog.txt
@@ -1,3 +1,6 @@
xUSSR Railway set v0.8
31/12/2023

xUSSR Railway set v0.7.1
13/03/2023

Expand Down
3 changes: 3 additions & 0 deletions docs/changelog_ru.txt
@@ -1,3 +1,6 @@
xUSSR Railway set v0.8
31/12/2023

xUSSR Railway set v0.7.1
13/03/2023

Expand Down
2 changes: 1 addition & 1 deletion src/check.pnml
Expand Up @@ -2,7 +2,7 @@

// version check
if (ttd_platform != PLATFORM_OPENTTD ||
openttd_version < version_openttd(1, 13, 4))
openttd_version < version_openttd(1, 13, 5))
{
error(ERROR, REQUIRES_OPENTTD, string(STR_MIN_OPENTTD_VERSION));
}
Expand Down

0 comments on commit 80fae65

Please sign in to comment.