Skip to content

Commit

Permalink
Merge pull request #223 from SonicMastr/vita
Browse files Browse the repository at this point in the history
Update Moonlight-common-c/Bump Version
  • Loading branch information
d3m3vilurr authored Jan 31, 2023
2 parents 89e2ee7 + da5aac1 commit baae7ab
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Unreleased
* Fixed disconnects after stream is started (#222)

## 0.9.1
* Support GFE 3.22 (2452e98)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(TITLE_ID "XYZZ00002")
set(TITLE "Moonlight")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "9")
set(VERSION_PATCH "1")
set(VERSION_PATCH "2")

execute_process(COMMAND
python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))"
Expand Down
3 changes: 3 additions & 0 deletions resources/changeinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="00.09"><![CDATA[
## 0.9.2<br>
* Fixed disconnects after stream is started (#222)<br>
<br>
## 0.9.1<br>
* Support GFE 3.22 (2452e98)<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT</str>
<frame id="frame5">
<liveitem>
<text origin="background" align="right" line-align="right" text-valign="bottom" margin-bottom="0" margin-right="20">
<str size="18" bold="off" shadow="on" color="#999999">v0.9.1</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.9.2</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit baae7ab

Please sign in to comment.