Skip to content

Commit

Permalink
Release - label v5 Tech Preview 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Mar 14, 2023
1 parent ace5312 commit 067a9c7
Show file tree
Hide file tree
Showing 4 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">v5.0.0-tech-preview-1</p>
<p class="version">v5.0.0-tech-preview-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">v5.0.0-tech-preview-1</p>
<p class="version">v5.0.0-tech-preview-2</p>
</center>
</body>
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 = "5.0-tech-preview-1";
version = "5.0-tech-preview-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 @@ -1400,7 +1400,7 @@ def initialize(ports, msg_queue, user_methods)
@settings = Config::Settings.new(Paths.system_cache_store_path)

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

@server_version = __server_version
Expand Down

0 comments on commit 067a9c7

Please sign in to comment.