Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rock88 committed May 24, 2020
1 parent d8c6b91 commit 113f140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TARGET := moonlight
APP_TITLE := Moonlight
ICON := icon.jpg
APP_AUTHOR := port by rock88
APP_VERSION := 1.0.4
APP_VERSION := 1.0.5
BUILD := build
SOURCES := src src/libgamestream src/switch src/nanogui_resources src/streaming src/streaming/ffmpeg \
src/crypto src/streaming/video src/crypto src/streaming/audio src/ui/windows src/ui/buttons src/ui \
Expand Down
2 changes: 1 addition & 1 deletion src/Settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <vector>
#pragma once

#define MOONLIGHT_LIBRETRO_VERSION "1.0.4"
#define MOONLIGHT_LIBRETRO_VERSION "1.0.5"

enum MVideoCodec: int {
H264,
Expand Down

0 comments on commit 113f140

Please sign in to comment.