From aafb25c5c87a5339c7b4df4e1b6098341159d38a Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Thu, 13 Jun 2019 01:31:49 +0900 Subject: [PATCH] Bump up version to 0.6.1 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- resources/changeinfo.xml | 3 +++ sce_sys/livearea/contents/template.xml | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60a08e3..61062b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 0.6.1 * Fix the stream delay issue (f791b3d); thanks @AlC4pwn to confirm fixing the bug ## 0.6.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ec2727f..b2f0c6bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(TITLE_ID "XYZZ00002") set(TITLE "Moonlight") set(VERSION_MAJOR "0") set(VERSION_MINOR "6") -set(VERSION_PATCH "0") +set(VERSION_PATCH "1") execute_process(COMMAND python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))" diff --git a/resources/changeinfo.xml b/resources/changeinfo.xml index 0943f36a..f4d8f0fd 100644 --- a/resources/changeinfo.xml +++ b/resources/changeinfo.xml @@ -1,6 +1,9 @@ +* Fix the stream delay issue (f791b3d); thanks @AlC4pwn to confirm fixing the bug
+
## 0.6.0
* Update latest moonlight-common-c (cfadd84, ffe8c15)
* Update latest inih (a2e38bb)
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index e2618c9e..1f8e806e 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT - v0.6.0 + v0.6.1