diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2b5e5f..5d802266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## Unreleased + +## 0.2.0 * Support newer vitasdk (94988ab) * Support forward error correction (f8631b5, 184bdbe) * No more build uncompress binary (6fd22e7) diff --git a/CMakeLists.txt b/CMakeLists.txt index 852f84d3..f65e6ed2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ project(moonlight) set(TITLE_ID "XYZZ00002") set(TITLE "Moonlight") set(VERSION_MAJOR "0") -set(VERSION_MINOR "1") -set(VERSION_PATCH "2") +set(VERSION_MINOR "2") +set(VERSION_PATCH "0") execute_process(COMMAND python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))" diff --git a/resources/changeinfo.xml b/resources/changeinfo.xml index da26b5c4..19e71205 100644 --- a/resources/changeinfo.xml +++ b/resources/changeinfo.xml @@ -1,5 +1,11 @@ + +* Support newer vitasdk (94988ab)
+* Support forward error correction (f8631b5, 184bdbe)
+* No more build uncompress binary (6fd22e7)
+]]>
* Compress binary (#75)
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml index c815566d..61021e9f 100644 --- a/sce_sys/livearea/contents/template.xml +++ b/sce_sys/livearea/contents/template.xml @@ -28,7 +28,7 @@ NVIDIA GAMESTREAM CLIENT - v0.1.2 + v0.2.0