diff --git a/ricochet.pro b/ricochet.pro index a513f515..03ac2815 100644 --- a/ricochet.pro +++ b/ricochet.pro @@ -38,7 +38,7 @@ TEMPLATE = app QT += core gui network quick widgets multimedia CONFIG += c++11 -VERSION = 1.1.3 +VERSION = 1.1.4 # Use CONFIG+=no-hardened to disable compiler hardening options !CONFIG(no-hardened) { diff --git a/src/main.cpp b/src/main.cpp index 3ec9b7b5..4fda541d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) qputenv("QMLSCENE_DEVICE", "softwarecontext"); QApplication a(argc, argv); - a.setApplicationVersion(QLatin1String("1.1.3")); + a.setApplicationVersion(QLatin1String("1.1.4")); a.setOrganizationName(QStringLiteral("Ricochet")); #if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)