Skip to content

Commit cada8a4

Browse files
committed
Version - label v4.3
1 parent 8bcd041 commit cada8a4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/gui/qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
project("Sonic Pi"
1010
LANGUAGES CXX C
1111
DESCRIPTION "A code-based music creation and performance tool"
12-
VERSION 4.2.0
12+
VERSION 4.3.0
1313
HOMEPAGE_URL "https://sonic-pi.net"
1414
)
1515

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.2.0</p>
18+
<p class="version">v4.3.0</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.2.0</p>
32+
<p class="version">v4.3.0</p>
3333
</center>
3434
</body>

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
130130
show_rec_icon_a = false;
131131
restoreDocPane = false;
132132
focusMode = false;
133-
version = "4.2.0";
133+
version = "4.3.0";
134134
latest_version = "";
135135
version_num = 0;
136136
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
@@ -1400,7 +1400,7 @@ def initialize(ports, msg_queue, user_methods)
14001400
@settings = Config::Settings.new(Paths.system_cache_store_path)
14011401

14021402
# Temporarily fix beta version:
1403-
@version = Version.new(4, 2, 0)
1403+
@version = Version.new(4, 3, 0)
14041404
# @version = Version.new(4, 2, 0, gh_short)
14051405

14061406
@server_version = __server_version

0 commit comments

Comments
 (0)