diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2013-09-22 19:44:19 -0700 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-24 22:23:14 +0200 |
commit | 9ac19b2bb9c3caa6495fd68acc7dead732e04e41 (patch) | |
tree | 1bf2d4e4a8389dc6cd49fcb62741dcea5c4755bf /.qmake.conf | |
parent | 68c75745f89d76c09eaafc11792de5870457a452 (diff) | |
download | qtdeclarative-9ac19b2bb9c3caa6495fd68acc7dead732e04e41.tar.gz qtdeclarative-9ac19b2bb9c3caa6495fd68acc7dead732e04e41.tar.bz2 qtdeclarative-9ac19b2bb9c3caa6495fd68acc7dead732e04e41.zip |
Bump qtdeclarative version to 5.3.0
Change-Id: I3eee67a18f24ac5b68e7cc9dc1ba256746dbbb9e
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
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 10a093028..43c664e01 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -2,7 +2,7 @@ load(qt_build_config) CONFIG += qt_example_installs CONFIG += warning_clean -MODULE_VERSION = 5.2.0 +MODULE_VERSION = 5.3.0 # For the JS engine we need to be able to produce back traces, # and as we're using the C stack, we need the system to be able |