Skip to content

Commit 6a86289

Browse files
committed
Version - switch to v2.10
1 parent 1f32471 commit 6a86289

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

app/gui/qt/html/doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
code_as <span class="highlight">:art</span></pre>
1616
</p>
1717

18-
<p class="version">v2.10-dev</p>
18+
<p class="version">v2.10</p>
1919

2020
</center>
2121

app/gui/qt/html/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929

3030
<br/>
3131

32-
<p class="version">v2.10-dev</p>
32+
<p class="version">v2.10</p>
3333
</center>
3434
</body>

app/gui/qt/images/splash.png

-2.15 KB
Loading
-2.78 KB
Loading

app/server/sonicpi/lib/sonicpi/runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def initialize(hostname, port, msg_queue, max_concurrent_synths, user_methods)
936936
@git_hash = __extract_git_hash
937937
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
938938
@settings = Config::Settings.new(user_settings_path)
939-
@version = Version.new(2, 10, 0, "dev#{gh_short}")
939+
@version = Version.new(2, 10, 0)
940940
@server_version = __server_version
941941
@life_hooks = LifeCycleHooks.new
942942
@msg_queue = msg_queue

0 commit comments

Comments
 (0)