Skip to content

Commit 9359a6b

Browse files
committed
GUI - heading to v2.5 :-)
1 parent 36d232e commit 9359a6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/gui/qt/html/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<center><img src=":/images/logo-smaller.png" height="268" width="328"><pre><font size="4"><font color="DeepPink">A Sound Synthesiser<br>for Live Coding</font><br><br>Designed and developed by Sam Aaron<br>in Cambridge, England<br><br><font color="DeepPink"><a href="http://sonic-pi.net" style="text-decoration: none; color:DeepPink">http://sonic-pi.net</a></font><br><br>For the latest updates follow<br><font color="DeepPink"><a href="http://twitter.com/sonic_pi" style="text-decoration: none; color:DeepPink;">@sonic_pi</a><br></font></font></pre><h2><pre><font color="#3C3C3C"><pre>music_as <font color="DeepPink">:code</font><br>code_as <font color="DeepPink">:art</font></pre></h2><pre><font size="4"><br>v2.5-dev</font></pre></center>
1+
<center><img src=":/images/logo-smaller.png" height="268" width="328"><pre><font size="4"><font color="DeepPink">A Sound Synthesiser<br>for Live Coding</font><br><br>Designed and developed by Sam Aaron<br>in Cambridge, England<br><br><font color="DeepPink"><a href="http://sonic-pi.net" style="text-decoration: none; color:DeepPink">http://sonic-pi.net</a></font><br><br>For the latest updates follow<br><font color="DeepPink"><a href="http://twitter.com/sonic_pi" style="text-decoration: none; color:DeepPink;">@sonic_pi</a><br></font></font></pre><h2><pre><font color="#3C3C3C"><pre>music_as <font color="DeepPink">:code</font><br>code_as <font color="DeepPink">:art</font></pre></h2><pre><font size="4"><br>v2.5</font></pre></center>

app/server/sonicpi/lib/sonicpi/spider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Spider
4949

5050
def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
5151
@settings = Settings.new
52-
@version = Version.new(2, 5, 0, "dev")
52+
@version = Version.new(2, 5, 0)
5353
@server_version = __server_version
5454
@life_hooks = LifeCycleHooks.new
5555
@msg_queue = msg_queue

0 commit comments

Comments
 (0)