Skip to content
Snippets Groups Projects
Commit 5201e2fd authored by Sonnix's avatar Sonnix
Browse files

bump version to v1.6.1

parent 4b411ffd
No related branches found
Tags v1.6.1
No related merge requests found
......@@ -232,7 +232,7 @@ win32|macx {
QMAKE_POST_LINK = $${DEPLOY_COMMAND} $${DEPLOY_TARGET}
}
VERSION = 1.6.0.0
VERSION = 1.6.1.0
win32:RC_ICONS += icons/logo.ico
......
......@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setApplicationName("Qqsp");
a.setOrganizationName("Qqsp");
a.setApplicationVersion("1.6");
a.setApplicationVersion("1.6.1");
a.setDoubleClickInterval(1);
QObject::tr("__LANGNAME__");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment