13
0

Prepare for 6.7

This commit is contained in:
Robin Gareus 2021-04-07 01:43:21 +02:00
parent 15c2077cdf
commit b095cb8e75
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -376,7 +376,7 @@ def enoify (major, minor):
return "\\n\\\"Hybrid\\\"" # 1985 Collaborative
elif minor == 4 or minor == 5: # (there was on 6.4 release)
return "\\n\\\"Old Land\\\"" # 1985 Compilation
elif minor == 6:
elif minor == 6 or minor == 7: # still on the desert island
return "\\n\\\"Desert Island Selection\\\"" # 1986 Compilation
elif major == 7:
if minor == 0: