Skip to content

Commit

Permalink
Update INSTALL, add version number to the welcome message
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
  • Loading branch information
crucialfelix authored and timblechmann committed Jan 11, 2012
1 parent 2c0506a commit 32671fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

See the platform specific build and install instructions in:

platform/

README_IPHONE.txt
README_JAILBROKEN_IPHONE.txt
README_LINUX.txt
README_OS_X.txt
README_WINDOWS.txt
README.txt
2 changes: 1 addition & 1 deletion SCClassLibrary/DefaultLibrary/Main.sc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classvar scVersionMajor=3, scVersionMinor=6, scVersionPostfix="~dev";
this.platform.startup;
StartUp.run;

("Welcome to SuperCollider"
("Welcome to SuperCollider" + Main.version
++ (Platform.ideName.switch(
"scvim", {", type :SChelp for help"},
"scel", {", type ctrl-c ctrl-h for help"},
Expand Down

0 comments on commit 32671fc

Please sign in to comment.