Skip to content

Commit 02094d4

Browse files
committed
Version - update to v4.5.1
1 parent 243486b commit 02094d4

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

app/gui/qt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
project("Sonic Pi"
1010
LANGUAGES CXX C
1111
DESCRIPTION "A code-based music creation and performance tool"
12-
VERSION 4.5.0
12+
VERSION 4.5.1
1313
HOMEPAGE_URL "https://sonic-pi.net"
1414
)
1515

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

app/gui/qt/images/splash.png

-306 Bytes
Loading

app/gui/qt/images/splash2x.png

-803 Bytes
Loading

app/gui/qt/images/splash@2x.png

-803 Bytes
Loading

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ MainWindow::MainWindow(QApplication& app, QSplashScreen* splash)
132132
show_rec_icon_a = false;
133133
restoreDocPane = false;
134134
focusMode = false;
135-
version = "4.5.0";
135+
version = "4.5.1";
136136
latest_version = "";
137137
version_num = 0;
138138
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
@@ -1436,7 +1436,7 @@ def initialize(ports, msg_queue, user_methods)
14361436

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

14411441
@server_version = __server_version
14421442
@life_hooks = LifeCycleHooks.new

0 commit comments

Comments
 (0)