Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Jan 16, 2016
1 parent b4eaf6a commit 6cfbcd0
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.1
VERSION = 1.1.2

# 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 @@ -57,7 +57,7 @@ static void initTranslation();
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setApplicationVersion(QLatin1String("1.1.1"));
a.setApplicationVersion(QLatin1String("1.1.2"));
a.setOrganizationName(QStringLiteral("Ricochet"));

#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)
Expand Down

0 comments on commit 6cfbcd0

Please sign in to comment.