Skip to content

Commit bccb6b6

Browse files
committed
Version - update version references to 3.4-dev
1 parent 36e31e3 commit bccb6b6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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">v3.3.1</p>
18+
<p class="version">v3.4-dev</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">v3.3.1</p>
32+
<p class="version">v3.4-dev</p>
3333
</center>
3434
</body>

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ MainWindow::MainWindow(QApplication& app, bool i18n, QSplashScreen* splash)
148148
show_rec_icon_a = false;
149149
restoreDocPane = false;
150150
focusMode = false;
151-
version = "3.3.1";
151+
version = "3.4-dev";
152152
latest_version = "";
153153
version_num = 0;
154154
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
@@ -1334,7 +1334,7 @@ def initialize(ports, msg_queue, user_methods)
13341334
end
13351335
@scsynth_clobber_args = @audio_settings.scsynth_opts_override
13361336
@scsynth_opts = @audio_settings.scsynth_opts
1337-
@version = Version.new(3, 3, 1)
1337+
@version = Version.new(3, 4, 0, "dev#{gh_short}")
13381338
@server_version = __server_version
13391339
@life_hooks = LifeCycleHooks.new
13401340
@msg_queue = msg_queue

0 commit comments

Comments
 (0)