QmlDesigner: Revert bumping the puppet version

Since Qt Creator 3.1 will be released before Qt 5.3,
bumping the version number and enforcing to rebuild the puppet
creates a huge hurdle for end users.

Change-Id: Ic85a2ed315cf67b7d47bdfa492e6c5d2adf719d9
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
Thomas Hartmann
2014-03-17 11:37:04 +01:00
parent de7d2d7aa3
commit 8d563e7b8d
3 changed files with 3 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
}
if (application.arguments().count() == 2 && application.arguments().at(1) == "--version") {
std::cout << 3;
std::cout << 2;
return 0;
}