Skip to content

Commit 1fe5498

Browse files
committed
Ensure mods for Pre5.1 are backwards compatable without any changes
1 parent eb0fef3 commit 1fe5498

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

System/DataModule.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ namespace RTE {
174174
versionText = "4.1.0";
175175
} else if (versionText == "Pre-Release 5.0") {
176176
versionText = "5.0.0";
177+
} else if (versionText == "Pre-Release 5.1") {
178+
versionText = "5.1.0";
177179
}
178180

179181
try {

0 commit comments

Comments
 (0)