Skip to content

Commit

Permalink
Version - update to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 5, 2020
1 parent 2fd30ba commit 701c00f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/gui/qt/html/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
code_as <span class="highlight">:art</span></pre>
</p>

<p class="version">v3.2.1</p>
<p class="version">v3.2.2</p>

</center>

Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/html/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@

<br/>

<p class="version">v3.2.1</p>
<p class="version">v3.2.2</p>
</center>
</body>
Binary file modified app/gui/qt/images/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/gui/qt/images/splash2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/gui/qt/images/splash@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/gui/qt/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MainWindow::MainWindow(QApplication &app, bool i18n, QSplashScreen* splash)
show_rec_icon_a = false;
restoreDocPane = false;
focusMode = false;
version = "3.2.1";
version = "3.2.2";
latest_version = "";
version_num = 0;
latest_version_num = 0;
Expand Down
2 changes: 1 addition & 1 deletion app/server/ruby/lib/sonicpi/runtime.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def initialize(ports, msg_queue, user_methods)
@git_hash = __extract_git_hash
gh_short = @git_hash ? "-#{@git_hash[0, 5]}" : ""
@settings = Config::Settings.new(user_settings_path)
@version = Version.new(3, 2, 1)
@version = Version.new(3, 2, 2)
@server_version = __server_version
@life_hooks = LifeCycleHooks.new
@msg_queue = msg_queue
Expand Down

0 comments on commit 701c00f

Please sign in to comment.