Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
special committed Mar 23, 2014
1 parent 5060fea commit b420891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Torsion.pro
Expand Up @@ -37,6 +37,8 @@ TARGET = Torsion
TEMPLATE = app
QT += core gui network quick widgets

VERSION = 1.0.0

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

CONFIG(release,debug|release):DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_WARNING_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -58,7 +58,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);

a.setApplicationVersion(QLatin1String("0.2.0-dev"));
a.setApplicationVersion(QLatin1String("1.0.0"));

{
QString error;
Expand Down

0 comments on commit b420891

Please sign in to comment.