diff --git a/packages/arch/dev-KShare/PKGBUILD b/packages/arch/dev-KShare/PKGBUILD index bc69da7..901a0c7 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.3+dev +pkgver=v5.0.4+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.3+dev" + echo "v5.0.4+dev" } prepare() { diff --git a/packages/arch/master-KShare/PKGBUILD b/packages/arch/master-KShare/PKGBUILD index 63e89e2..ec37a3e 100644 --- a/packages/arch/master-KShare/PKGBUILD +++ b/packages/arch/master-KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare -pkgver=v5.0.3 +pkgver=v5.0.4 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 3851ab7..597b745 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.3"); + a.setApplicationVersion("5.0.4"); QString locale = QLocale::system().name(); if (locale != "en_US") loadTranslation(locale);