mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
there won't be an Ardour 4.8 release
This commit is contained in:
parent
829c257f45
commit
bd74d7fbe9
1 changed files with 4 additions and 1 deletions
|
|
@ -301,8 +301,11 @@ def enoify (major, minor):
|
|||
return "\\n\\\"Evening Star\\\""
|
||||
elif minor == 7:
|
||||
return "\\n\\\"Cluster and Eno\\\""
|
||||
elif minor == 8:
|
||||
elif major == 5:
|
||||
if minor == 0:
|
||||
return "\\n\\\"Before and After Science\\\""
|
||||
elif minor == 1:
|
||||
return "\\n\\\"After the Heat\\\""
|
||||
return "\\\"\\\""
|
||||
|
||||
def options(opt):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue