diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-02-23 15:13:10 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-02-23 15:13:10 +0100 |
commit | 7c0a9bbc1ca4158b7e713bf2bf570e45b7d98823 (patch) | |
tree | 1b04b00162d69b69200c16b5d09745e2ccc0ea15 /.qmake.conf | |
parent | 0af88dc973d3410cdd905265ce935916693b2d44 (diff) | |
download | qtscript-7c0a9bbc1ca4158b7e713bf2bf570e45b7d98823.tar.gz |
Bump version
Change-Id: I401cd9db6b487704d54a83b28d5ad1bdea2a3b92
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 178aac1..5d17bc1 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,4 +2,4 @@ load(qt_build_config) CONFIG += qt_example_installs android|boot2qt: CONFIG -= headersclean -MODULE_VERSION = 5.7.0 +MODULE_VERSION = 5.8.0 |