Skip to content

Commit cb049d2

Browse files
committed
Version - update to v4-beta2
1 parent dce0b1d commit cb049d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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">v4.0-beta1</p>
18+
<p class="version">v4.0-beta2</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">v4.0-beta1</p>
32+
<p class="version">v4.0-beta2</p>
3333
</center>
3434
</body>

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
122122
show_rec_icon_a = false;
123123
restoreDocPane = false;
124124
focusMode = false;
125-
version = "4.0-beta1";
125+
version = "4.0-beta2";
126126
latest_version = "";
127127
version_num = 0;
128128
latest_version_num = 0;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ def initialize(ports, msg_queue, user_methods)
13771377
@git_hash = __extract_git_hash
13781378
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
13791379
@settings = Config::Settings.new(Paths.system_cache_store_path)
1380-
@version = Version.new(4, 0, 0, "beta1")
1380+
@version = Version.new(4, 0, 0, "beta2")
13811381
@server_version = __server_version
13821382
@life_hooks = LifeCycleHooks.new
13831383
@cue_events = IncomingEvents.new

0 commit comments

Comments
 (0)