Update version

This commit is contained in:
rock88 2020-06-13 21:05:54 +03:00
parent c00526fef8
commit 3fbb550cf2
2 changed files with 3 additions and 3 deletions

View file

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

@ -1049,7 +1049,7 @@
"-DHAS_FCNTL",
"-DHAVE_PULSE",
"-DUSE_MBEDTLS_CRYPTO",
"-DMOONLIGHT_VERSION=\\\"1.0.9\\\"",
"-DMOONLIGHT_VERSION=\\\"1.1.0\\\"",
);
OTHER_LDFLAGS = (
"-lglfw3",
@ -1140,7 +1140,7 @@
"-DHAS_FCNTL",
"-DHAVE_PULSE",
"-DUSE_MBEDTLS_CRYPTO",
"-DMOONLIGHT_VERSION=\\\"1.0.9\\\"",
"-DMOONLIGHT_VERSION=\\\"1.1.0\\\"",
);
OTHER_LDFLAGS = (
"-lglfw3",