Skip to content

Commit

Permalink
Bump up version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Jul 28, 2018
1 parent c16cebb commit 4760ec7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased

## 0.3.3
* Update latest moonlight-common-c (8e77710)
* Cherry pick upstream change about gamepad masking (933d700)
* Reduce mismatch between upstream (e2d7910, e3cad393)
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 "3")
set(VERSION_PATCH "2")
set(VERSION_PATCH "3")

execute_process(COMMAND
python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))"
Expand Down
5 changes: 5 additions & 0 deletions resources/changeinfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="00.03"><![CDATA[
## 0.3.3<br>
* Update latest moonlight-common-c (8e77710)<br>
* Cherry pick upstream change about gamepad masking (933d700)<br>
* Reduce mismatch between upstream (e2d7910, e3cad393)<br>
<br>
## 0.3.2<br>
* New configure option about streaming optimization (d2c974a)<br>
* Fix cannot use 960x544 resolution (653afa6)<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.3.2</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.3.3</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit 4760ec7

Please sign in to comment.