From 543254691b61ed1b9dd6726464e97331c6d8eb9f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 13 Feb 2022 13:04:17 -0500 Subject: [PATCH] v0.12.0 --- CMakeLists.txt | 2 +- gen-deb.in | 2 +- sunshine.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20751568..2bdc2f08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(Sunshine VERSION 0.11.1) +project(Sunshine VERSION 0.12.0) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) diff --git a/gen-deb.in b/gen-deb.in index 509459c2..39d585d4 100755 --- a/gen-deb.in +++ b/gen-deb.in @@ -37,7 +37,7 @@ Package: sunshine Architecture: amd64 Maintainer: @loki Priority: optional -Version: 0.11.1 +Version: 0.12.0 Depends: libssl1.1, libavdevice58, libboost-thread1.67.0 | libboost-thread1.71.0 | libboost-thread1.74.0, libboost-filesystem1.67.0 | libboost-filesystem1.71.0 | libboost-filesystem1.74.0, libboost-log1.67.0 | libboost-log1.71.0 | libboost-log1.74.0, libpulse0, libopus0, libxcb-shm0, libxcb-xfixes0, libxtst6, libevdev2, libdrm2, libcap2 Description: Gamestream host for Moonlight EOF diff --git a/sunshine.desktop b/sunshine.desktop index 591af9d4..8773a035 100644 --- a/sunshine.desktop +++ b/sunshine.desktop @@ -8,5 +8,5 @@ Icon=sunshine Categories=Utility; Terminal=true X-AppImage-Name=sunshine -X-AppImage-Version=1.0 +X-AppImage-Version=0.12.0 X-AppImage-Arch=x86_64