diff --git a/app/gui/qt/html/doc.html b/app/gui/qt/html/doc.html index 2ab652588b..69b4068d3c 100644 --- a/app/gui/qt/html/doc.html +++ b/app/gui/qt/html/doc.html @@ -15,7 +15,7 @@ code_as :art

-

v5.0.0-tech-preview-1

+

v5.0.0-tech-preview-2

diff --git a/app/gui/qt/html/info.html b/app/gui/qt/html/info.html index 11047a1e40..801deacf7d 100644 --- a/app/gui/qt/html/info.html +++ b/app/gui/qt/html/info.html @@ -29,6 +29,6 @@
-

v5.0.0-tech-preview-1

+

v5.0.0-tech-preview-2

diff --git a/app/gui/qt/mainwindow.cpp b/app/gui/qt/mainwindow.cpp index 2716aa72ad..5b5f843ff9 100644 --- a/app/gui/qt/mainwindow.cpp +++ b/app/gui/qt/mainwindow.cpp @@ -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; diff --git a/app/server/ruby/lib/sonicpi/runtime.rb b/app/server/ruby/lib/sonicpi/runtime.rb index 196665c4e1..db75eccff4 100644 --- a/app/server/ruby/lib/sonicpi/runtime.rb +++ b/app/server/ruby/lib/sonicpi/runtime.rb @@ -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