Skip to content

Commit

Permalink
Bump up version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed May 29, 2019
1 parent 910d8d8 commit 60aec5c
Show file tree
Hide file tree
Showing 4 changed files with 14 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.6.0
* Update latest moonlight-common-c (cfadd84, ffe8c15)
* Update latest inih (a2e38bb)
* Fix invalid variable initializations
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(moonlight)
set(TITLE_ID "XYZZ00002")
set(TITLE "Moonlight")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "5")
set(VERSION_MINOR "6")
set(VERSION_PATCH "0")

execute_process(COMMAND
Expand Down
10 changes: 10 additions & 0 deletions resources/changeinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="00.06"><![CDATA[
## 0.6.0<br>
* Update latest moonlight-common-c (cfadd84, ffe8c15)<br>
* Update latest inih (a2e38bb)<br>
* Fix invalid variable initializations<br>
* Apply SPS changes of moonlight-embedded<br>
* Use nerdfont instead VITA system font (7e2b682)<br>
* Use vita2d instead direct framebuffer handling (70330e2)<br>
* Implement poor network indicator (749aaaf)<br>
]]></changes>
<changes app_ver="00.05"><![CDATA[
## 0.5.0<br>
* Support to discover stream server via mDNS (#143)<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.5.0</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.6.0</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit 60aec5c

Please sign in to comment.