From 1d3e335f3fd139daccedd29c738eca3e8900e191 Mon Sep 17 00:00:00 2001 From: Gurkengewuerz Date: Sun, 23 Feb 2020 17:47:44 +0100 Subject: [PATCH] bumped version to v5.0.3 --- packages/arch/dev-KShare/PKGBUILD | 4 ++-- packages/arch/master-KShare/PKGBUILD | 2 +- src/main.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/arch/dev-KShare/PKGBUILD b/packages/arch/dev-KShare/PKGBUILD index e0c5cd6..bc69da7 100644 --- a/packages/arch/dev-KShare/PKGBUILD +++ b/packages/arch/dev-KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare-git -pkgver=v5.0.2+dev +pkgver=v5.0.3+dev pkgrel=1 pkgdesc="The free and open source and cross platform screen sharing software." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ sha1sums=('SKIP') pkgver() { cd KShare - echo "v5.0.2+dev" + echo "v5.0.3+dev" } prepare() { diff --git a/packages/arch/master-KShare/PKGBUILD b/packages/arch/master-KShare/PKGBUILD index 802cecc..63e89e2 100644 --- a/packages/arch/master-KShare/PKGBUILD +++ b/packages/arch/master-KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare -pkgver=v5.0.2 +pkgver=v5.0.3 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 cd6ca7b..3851ab7 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("5.0.2"); + a.setApplicationVersion("5.0.3"); QString locale = QLocale::system().name(); if (locale != "en_US") loadTranslation(locale);