From 779765ed96ed077898aea0bf9761a9907c15e588 Mon Sep 17 00:00:00 2001 From: Gurkengewuerz Date: Tue, 22 Oct 2019 15:16:02 +0200 Subject: [PATCH] bumped version to v5.0.0 --- install.sh | 2 +- packages/arch/Stable-KShare/PKGBUILD | 2 +- src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 8d899a5..ff25c32 100755 --- a/install.sh +++ b/install.sh @@ -23,7 +23,7 @@ sh resultfile="$(pwd)/KShare/build/src/KShare" else echo "Unsupported OS!" && exit 1; fi -git clone --recursive https://github.com/ArsenArsen/KShare.git || exit 2 +git clone --recursive https://github.com/Gurkengewuerz/KShare.git || exit 2 cd KShare mkdir build || exit 3 cd build diff --git a/packages/arch/Stable-KShare/PKGBUILD b/packages/arch/Stable-KShare/PKGBUILD index f15b548..518da34 100644 --- a/packages/arch/Stable-KShare/PKGBUILD +++ b/packages/arch/Stable-KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare -pkgver=v4.1.r8 +pkgver=v5.0.0 pkgrel=1 conflicts=("kshare-git") pkgdesc="The free and open source and cross platform screen sharing software." diff --git a/src/main.cpp b/src/main.cpp index fdb622f..ceeb67f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) { a.setQuitOnLastWindowClosed(false); a.setApplicationName("KShare"); a.setOrganizationName("ArsenArsen"); - a.setApplicationVersion("4.1"); + a.setApplicationVersion("5.0.0"); QString locale = QLocale::system().name(); if (locale != "en_US") loadTranslation(locale);