diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-03-25 11:14:36 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-25 19:28:13 +0100 |
commit | a5116f19e540387fe0653364bbbd9a662bc67b7a (patch) | |
tree | b346ac7cee1ef9c87b52be8e2a5b87158f3e1c6a /.qmake.conf | |
parent | 73376eb43ccc692727fbff4c90a7b62d06c36cb7 (diff) | |
download | qtscript-a5116f19e540387fe0653364bbbd9a662bc67b7a.tar.gz |
Bump MODULE_VERSION to 5.1.0v5.1.0-alpha1
Change-Id: I6ee4b5ee37256493ffdff08974ae0c08d7278385
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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 02554ab..6aa780c 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += qt_example_installs -MODULE_VERSION = 5.0.2 +MODULE_VERSION = 5.1.0 |