Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Nov 27, 2016
1 parent 0fd26bd commit 4252c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(TITLE_ID "XYZZ00002")
set(TITLE "Moonlight")
set(VERSION_MAJOR "0")
set(VERSION_MINOR "1")
set(VERSION_PATCH "0")
set(VERSION_PATCH "1")

execute_process(COMMAND
python -c "print('%02d.%02d' % (${VERSION_MAJOR}, ${VERSION_MINOR}))"
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.1.0</str>
<str size="18" bold="off" shadow="on" color="#999999">v0.1.1</str>
</text>
</liveitem>
</frame>
Expand Down

0 comments on commit 4252c3e

Please sign in to comment.