Skip to content

Commit c36a588

Browse files
committed
Release - bump labels to v4.0.3
1 parent 5f7a7e7 commit c36a588

File tree

8 files changed

+5
-5
lines changed

8 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
@@ -5,7 +5,7 @@ message(STATUS "CMakeLists: Sonic Pi Qt GUI")
55
project("Sonic Pi"
66
LANGUAGES CXX C
77
DESCRIPTION "A code-based music creation and performance tool"
8-
VERSION 4.0.2
8+
VERSION 4.0.3
99
HOMEPAGE_URL "https://sonic-pi.net"
1010
)
1111

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

app/gui/qt/images/splash.png

131 Bytes
Loading

app/gui/qt/images/splash2x.png

277 Bytes
Loading

app/gui/qt/images/splash@2x.png

277 Bytes
Loading

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.0.2";
133+
version = "4.0.3";
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
@@ -1375,7 +1375,7 @@ def initialize(ports, msg_queue, user_methods)
13751375
@settings = Config::Settings.new(Paths.system_cache_store_path)
13761376

13771377
# Temporarily fix beta version:
1378-
@version = Version.new(4, 0, 2)
1378+
@version = Version.new(4, 0, 3)
13791379
# @version = Version.new(4, 0, 0, "beta-6")
13801380

13811381
@server_version = __server_version

0 commit comments

Comments
 (0)