Skip to content

Commit

Permalink
bump version to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonnix1 committed Jul 24, 2018
1 parent 9b745f8 commit e7142a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Qqsp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ win32|macx {
QMAKE_POST_LINK = $${DEPLOY_COMMAND} $${DEPLOY_TARGET}
}

VERSION = 1.6.1.0
VERSION = 1.7.0.0

win32:RC_ICONS += icons/logo.ico

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setApplicationName("Qqsp");
a.setOrganizationName("Qqsp");
a.setApplicationVersion("1.6.1");
a.setApplicationVersion("1.7");
a.setDoubleClickInterval(1);

QObject::tr("__LANGNAME__");
Expand Down

0 comments on commit e7142a2

Please sign in to comment.