Skip to content

Commit 63e7c02

Browse files
committed
update version for branch
1 parent 77e0d04 commit 63e7c02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

html5/connect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<form class="form-signin" action="./index.html">
3737
<img src="icons/xpra-logo.png" alt="xpra logo" />
3838
<h2 class="form-signin-heading">Xpra HTML5 Client</h2>
39-
<h5>Version 17 beta</h5>
39+
<h5>Version 17</h5>
4040

4141
<div
4242
id="alert-disconnect"

html5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198

199199
<div id="about">
200200
<h2>Xpra HTML5 Client</h2>
201-
<h3>Version 17 beta</h3>
201+
<h3>Version 17</h3>
202202
<span>
203203
Copyright (c) 2013-2024 Antoine Martin &lt;antoine@xpra.org&gt;
204204
<br />

html5/js/Utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Utilities = {
1111
VERSION : "17",
1212
REVISION : 0,
1313
LOCAL_MODIFICATIONS: 0,
14-
BRANCH: "master",
14+
BRANCH: "v17.x",
1515

1616
exc: console_error_safe,
1717
error: console_error_safe,

0 commit comments

Comments
 (0)