Bump version

This commit is contained in:
rock88 2020-05-29 00:28:18 +03:00
parent 48d2b31ba8
commit 6a95fb4129
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ TARGET := moonlight
APP_TITLE := Moonlight
ICON := icon.jpg
APP_AUTHOR := port by rock88
APP_VERSION := 1.0.7
APP_VERSION := 1.0.8
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 \

View file

@ -3,7 +3,7 @@
#include <vector>
#pragma once
#define MOONLIGHT_LIBRETRO_VERSION "1.0.7"
#define MOONLIGHT_LIBRETRO_VERSION "1.0.8"
enum VideoCodec: int {
H264,