Skip to content

Commit

Permalink
Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Nov 4, 2016
1 parent 98a3366 commit 36d6582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ricochet.pro
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 36d6582

Please sign in to comment.