diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-08-29 14:36:52 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-08-29 14:36:52 +0200 |
commit | 5c0e357028e378664190fc5e5ca0091e76b9cde7 (patch) | |
tree | 09f51d3ae5bbe05f85c1d48c3f57e0681bab2c71 /.qmake.conf | |
parent | 059fc10f8f70a65265a27c354322099806d23d7e (diff) | |
download | qtscript-5c0e357028e378664190fc5e5ca0091e76b9cde7.tar.gz |
Bump version
Change-Id: I9a8f504605ab747c66c50334a31fcb2f679e89d8
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 1a22398..fe75edc 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) android|boot2qt: CONFIG -= headersclean -MODULE_VERSION = 5.8.0 +MODULE_VERSION = 5.9.0 |