mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Allow a potential 8.8.0 hotfix
This commit is contained in:
parent
9602a11ef3
commit
098cd721d3
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ def enoify (major, minor):
|
|||
return "\\n\\\"I Dormienti\\\"" # 1999
|
||||
if minor == 6:
|
||||
return "\\n\\\"Kite Stories\\\"" # 1999
|
||||
if minor == 7:
|
||||
if minor >= 7:
|
||||
return "\\n\\\"Sonora Portraits\\\"" # 1999 Compilation
|
||||
elif major == 9:
|
||||
if minor == 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue