increased version number

This commit is contained in:
Martchus 2015-06-07 00:15:02 +02:00
parent 956efb2ea4
commit 4e4573696f
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ int runWidgetsGui(int argc, char *argv[])
QApplication::setOrganizationName(QStringLiteral("Martchus"));
QApplication::setOrganizationDomain(QStringLiteral("http://martchus.netai.net/"));
QApplication::setApplicationName(QStringLiteral("Tageditor"));
QApplication::setApplicationVersion(QStringLiteral("1.1.4"));
QApplication::setApplicationVersion(QStringLiteral("1.1.5"));
// load translation files
TranslationFiles::loadQtTranslationFile();
TranslationFiles::loadApplicationTranslationFile(QStringLiteral("tageditor"));

View File

@ -1,5 +1,5 @@
pkgname=tageditor
pkgver=1.1.3
pkgver=1.1.5
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Library for reading and editing meta-data of several media formats."

View File

@ -1,6 +1,6 @@
_name=tageditor
pkgname=mingw-w64-tageditor
pkgver=1.1.3
pkgver=1.1.4
pkgrel=1
arch=('any')
pkgdesc="Library for reading and editing meta-data of several media formats (mingw-w64)."