Skip to content

Commit

Permalink
Version - update to v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 26, 2024
1 parent 243486b commit 02094d4
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/gui/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
project("Sonic Pi"
LANGUAGES CXX C
DESCRIPTION "A code-based music creation and performance tool"
VERSION 4.5.0
VERSION 4.5.1
HOMEPAGE_URL "https://sonic-pi.net"
)

Expand Down
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">v4.5.0</p>
<p class="version">v4.5.1</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">v4.5.0</p>
<p class="version">v4.5.1</p>
</center>
</body>
Binary file modified app/gui/qt/images/splash.png
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
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/[email protected]
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 @@ -132,7 +132,7 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
show_rec_icon_a = false;
restoreDocPane = false;
focusMode = false;
version = "4.5.0";
version = "4.5.1";
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 @@ -1436,7 +1436,7 @@ def initialize(ports, msg_queue, user_methods)

# Temporarily fix beta version:
# @version = Version.new(5, 0, 0, "Tech Preview #{gh_short}")
@version = Version.new(4, 5, 0)
@version = Version.new(4, 5, 1)

@server_version = __server_version
@life_hooks = LifeCycleHooks.new
Expand Down

0 comments on commit 02094d4

Please sign in to comment.