Skip to content

Commit 3b1465b

Browse files
committed
Update to v3.3.1
1 parent 778a7e0 commit 3b1465b

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

app/gui/qt/images/splash.png

23 Bytes
Loading

app/gui/qt/images/splash2x.png

-105 Bytes
Loading

app/gui/qt/images/[email protected]

-105 Bytes
Loading

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ MainWindow::MainWindow(QApplication &app, bool i18n, QSplashScreen* splash)
128128
show_rec_icon_a = false;
129129
restoreDocPane = false;
130130
focusMode = false;
131-
version = "3.3.0";
131+
version = "3.3.1";
132132
latest_version = "";
133133
version_num = 0;
134134
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
@@ -1332,7 +1332,7 @@ def initialize(ports, msg_queue, user_methods)
13321332
end
13331333
@scsynth_clobber_args = @audio_settings.scsynth_opts_override
13341334
@scsynth_opts = @audio_settings.scsynth_opts
1335-
@version = Version.new(3, 3, 0)
1335+
@version = Version.new(3, 3, 1)
13361336
@server_version = __server_version
13371337
@life_hooks = LifeCycleHooks.new
13381338
@msg_queue = msg_queue

0 commit comments

Comments
 (0)