From 6a95fb4129847196d92dafaa19504f928c0b42bc Mon Sep 17 00:00:00 2001 From: rock88 Date: Fri, 29 May 2020 00:28:18 +0300 Subject: [PATCH] Bump version --- Makefile | 2 +- src/Settings.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 61368d3..7f1349e 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/src/Settings.hpp b/src/Settings.hpp index 2ca366b..40eb4d0 100644 --- a/src/Settings.hpp +++ b/src/Settings.hpp @@ -3,7 +3,7 @@ #include #pragma once -#define MOONLIGHT_LIBRETRO_VERSION "1.0.7" +#define MOONLIGHT_LIBRETRO_VERSION "1.0.8" enum VideoCodec: int { H264,