Skip to content

Commit

Permalink
Bump up version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Mar 1, 2019
1 parent 32b5f6e commit aedcc25
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,6 @@
## Unreleased

## 0.5.0
* Support to discover stream server via mDNS (#143)
* Implement frame pacer (#147)
* Update latest enet & moonlight-common-c (904a5d1, 7f63f0d)
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -8,8 +8,8 @@ project(moonlight)
set(TITLE_ID "XYZZ00002")
set(TITLE "Moonlight")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "4")
set(VERSION_PATCH "1")
set(VERSION_MINOR "5")
set(VERSION_PATCH "0")

execute_process(COMMAND
python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))"
Expand Down
6 changes: 6 additions & 0 deletions resources/changeinfo.xml
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<changeinfo>
<changes app_ver="00.05"><![CDATA[
## 0.5.0<br>
* Support to discover stream server via mDNS (#143)<br>
* Implement frame pacer (#147)<br>
* Update latest enet & moonlight-common-c (904a5d1, 7f63f0d)<br>
]]></changes>
<changes app_ver="00.04"><![CDATA[
## 0.4.1<br>
* Update latest moonlight-common-c (2c9d61c)<br>
Expand Down
2 changes: 1 addition & 1 deletion sce_sys/livearea/contents/template.xml
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.4.1</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.5.0</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit aedcc25

Please sign in to comment.