From 6d5927ec80a21336dc3d4335a7f8a9a66788571f Mon Sep 17 00:00:00 2001 From: Sunguk Lee Date: Wed, 26 Apr 2023 20:42:06 +0900 Subject: [PATCH] Bump up version to 0.9.3 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- resources/changeinfo.xml | 5 +++++ sce_sys/livearea/contents/template.xml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ec4663..3a85106d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 0.9.3 * Fix pairing issue (#231, 5494d93) * Update latest moonlight-common-c & enet (902cbed) * Update latest libgamestream (#232) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8ec4d4e..e1dd5718 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ set(TITLE_ID "XYZZ00002") set(TITLE "Moonlight") set(VERSION_MAJOR "0") set(VERSION_MINOR "9") -set(VERSION_PATCH "2") +set(VERSION_PATCH "3") execute_process(COMMAND python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))" diff --git a/resources/changeinfo.xml b/resources/changeinfo.xml index 46784c8c..8f84d23e 100644 --- a/resources/changeinfo.xml +++ b/resources/changeinfo.xml @@ -1,6 +1,11 @@ +* Fix pairing issue (#231, 5494d93)
+* Update latest moonlight-common-c & enet (902cbed)
+* Update latest libgamestream (#232)
+
## 0.9.2
* Fixed disconnects after stream is started (#222)

diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index b871b5e8..15a2dd1a 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT - v0.9.2 + v0.9.3