Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Nov 15, 2023
1 parent 2ce9c8f commit f5ec002
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

<div id="about">
<h2>Xpra HTML5 Client</h2>
<h3>Version 5.3</h3>
<h3>Version 5.4</h3>
<span>
Copyright (c) 2013-2022 Antoine Martin &lt;antoine@xpra.org&gt;
<br />
Expand Down
4 changes: 2 additions & 2 deletions html5/js/Utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
'use strict';

const Utilities = {
VERSION : "5.3",
REVISION : 8,
VERSION : "5.4",
REVISION : 0,
LOCAL_MODIFICATIONS : 0,
BRANCH : "v5.x",

Expand Down
5 changes: 5 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
xpra-html5 (5.4-r2-1) UNRELEASED; urgency=low
* TODO

-- Antoine Martin antoine@xpra.org Wed, 15 Nov 2023 22:03:37 +0700 +700

xpra-html5 (5.3-r0-1) UNRELEASED; urgency=low
* some windows can't be restored
* fix relative path to eye-icon
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: xpra-html5
Version: 5.3-r0-1
Version: 5.4-r0
Source: xpra-html5
Maintainer: Antoine Martin <antoine@xpra.org>
Standards-Version: 3.9.3
Expand Down
7 changes: 5 additions & 2 deletions packaging/rpm/xpra-html5.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

%define version 5.3
%define release 1.r2%{?dist}
%define version 5.4
%define release 0%{?dist}
%define minifier uglifyjs
%define python python3

Expand Down Expand Up @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Wed Nov 15 2023 Antoine Martin <antoine@xpra.org> 5.4-1
- update jquery and jquery-ui libraries

* Thu Jun 15 2023 Antoine Martin <antoine@xpra.org> 5.3-0-1
- some windows can't be restored
- fix relative path to eye-icon
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os.path
from subprocess import Popen, PIPE

VERSION = "5.3"
VERSION = "5.4"
AUTHOR = "Antoine Martin"
AUTHOR_EMAIL = "antoine@xpra.org"

Expand Down

0 comments on commit f5ec002

Please sign in to comment.