Skip to content

Commit 701c00f

Browse files
committed
Version - update to v3.2.2
1 parent 2fd30ba commit 701c00f

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

app/gui/qt/images/splash.png

5 Bytes
Loading

app/gui/qt/images/splash2x.png

97 Bytes
Loading
97 Bytes
Loading

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ MainWindow::MainWindow(QApplication &app, bool i18n, QSplashScreen* splash)
123123
show_rec_icon_a = false;
124124
restoreDocPane = false;
125125
focusMode = false;
126-
version = "3.2.1";
126+
version = "3.2.2";
127127
latest_version = "";
128128
version_num = 0;
129129
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
@@ -1260,7 +1260,7 @@ def initialize(ports, msg_queue, user_methods)
12601260
@git_hash = __extract_git_hash
12611261
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
12621262
@settings = Config::Settings.new(user_settings_path)
1263-
@version = Version.new(3, 2, 1)
1263+
@version = Version.new(3, 2, 2)
12641264
@server_version = __server_version
12651265
@life_hooks = LifeCycleHooks.new
12661266
@msg_queue = msg_queue

0 commit comments

Comments
 (0)