summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-02-26 15:35:40 +0100
committerRobin Gareus <robin@gareus.org>2017-02-26 15:35:40 +0100
commit02cf331403458c0895b3f44689ca5a781977818f (patch)
treee9d1e6120f910cc869666b71a3a9d31d60683daa
parent54fd56de755a44420d906ad660b18c2d671f1057 (diff)
upcoming codenames
-rw-r--r--gtk2_ardour/wscript18
1 files changed, 16 insertions, 2 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 1df5a6f85a..2e3ff2e6be 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -320,9 +320,23 @@ def enoify (major, minor):
elif minor == 5:
return "\\n\\\"The Plateaux of Mirror\\\""
elif minor == 6:
- return "\\n\\\"Possible Musics\\\""
+ return "\\n\\\"Possible Musics\\\"" # 1980 Collaborative
elif minor == 7:
- return "\\n\\\"My Life in the Bush of Ghosts\\\""
+ return "\\n\\\"My Life in the Bush of Ghosts\\\"" # 1981
+ elif minor == 8:
+ return "\\n\\\"Music for Airplay\\\"" # 1981 Compilation
+ elif minor == 9:
+ return "\\n\\\"On Land\\\"" # 1982
+ elif minor == 10: # 6.0 ??
+ return "\\n\\\"Atmospheres and Soundtracks\\\"" # 1983
+ elif minor == 11:
+ return "\\n\\\"More Music for Films\\\"" # 1983
+ elif minor == 12:
+ return "\\n\\\"Working Backwards\\\"" # 1984 Compilation
+ elif minor == 13:
+ return "\\n\\\"The Pearl\\\"" # 1984 Collaborative
+ elif minor == 14:
+ return "\\n\\\"Begegnungen\\\"" # 1984 Compilation
return "\\\"\\\""
def options(opt):