Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Apr 14, 2014
1 parent b788094 commit 41ddc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Torsion.pro
Expand Up @@ -37,7 +37,7 @@ TARGET = Torsion
TEMPLATE = app
QT += core gui network quick widgets

VERSION = 1.0.0
VERSION = 1.0.1

# Pass DEFINES+=TORSION_NO_PORTABLE for a system-wide installation

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -59,7 +59,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);

a.setApplicationVersion(QLatin1String("1.0.0"));
a.setApplicationVersion(QLatin1String("1.0.1"));

initTranslation();

Expand Down

0 comments on commit 41ddc5a

Please sign in to comment.