Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Sep 4, 2023
1 parent 52f8db1 commit 370f46e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html5/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<form class="form-signin" action="./index.html">
<img src="icons/xpra-logo.png" alt="xpra logo" />
<h2 class="form-signin-heading">Xpra HTML5 Client</h2>
<h5>Version 9.0 beta</h5>
<h5>Version 10 beta</h5>

<div
id="alert-disconnect"
Expand Down
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@

<div id="about">
<h2>Xpra HTML5 Client</h2>
<h3>Version 9.0 beta</h3>
<h3>Version 10 beta</h3>
<span>
Copyright (c) 2013-2022 Antoine Martin &lt;antoine@xpra.org&gt;
<br />
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 (10-r1482-1) UNRELEASED; urgency=low
* TODO

-- Antoine Martin antoine@xpra.org Mon, 04 Sep 2023 20:44:45 +0700 +700

xpra-html5 (9.0-r1479-1) UNRELEASED; urgency=low
* support only xpra v5
* windows that shouldn't be collapsible can be collapsed but not restored back
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: 9.0-r1479-1
Version: 10-r1482-1
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 9.0
%define release 1.r1479%{?dist}
%define version 10
%define release 1.r1482%{?dist}
%define minifier uglifyjs
%define python python3

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

%changelog
* Mon Sep 04 2023 Antoine Martin <antoine@xpra.org> 10-1482-1
- TODO

* Sun Aug 27 2023 Antoine Martin <antoine@xpra.org> 9.0-1479-1
- support only xpra v5
- windows that shouldn't be collapsible can be collapsed but not restored back
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 = "9.0"
VERSION = "10"
AUTHOR = "Antoine Martin"
AUTHOR_EMAIL = "antoine@xpra.org"

Expand Down

0 comments on commit 370f46e

Please sign in to comment.