bumped version to v5.0.0

This commit is contained in:
Niklas 2019-10-22 15:16:02 +02:00
parent aeca0a5ab1
commit 779765ed96
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
# Maintainer: Gurkengewuerz <niklas@mc8051.de>
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."

View File

@ -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);