Skip to content

Commit 6efe57e

Browse files
committed
Release - bump version to 4.0.1
In preparation of an upcoming bugfix release...
1 parent e6c7073 commit 6efe57e

File tree

7 files changed

+4
-4
lines changed

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

app/gui/qt/images/splash.png

103 Bytes
Loading

app/gui/qt/images/splash2x.png

234 Bytes
Loading
234 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.0";
133+
version = "4.0.1";
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, 0)
1378+
@version = Version.new(4, 0, 1)
13791379
# @version = Version.new(4, 0, 0, "beta-6")
13801380

13811381
@server_version = __server_version

0 commit comments

Comments
 (0)