diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-11-25 12:51:24 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-25 17:18:16 +0100 |
commit | 624e7d7bcdcd1f5e5f73faf07f7c19c6f0e04160 (patch) | |
tree | cc58df7f684ea0f8077fd1547f7549906b614e71 /.qmake.conf | |
parent | 49b020db22028b3f4de96769d42fcc98ffb3f4e6 (diff) | |
download | qtxmlpatterns-624e7d7bcdcd1f5e5f73faf07f7c19c6f0e04160.tar.gz |
Bump MODULE_VERSION to 5.2.1
Change-Id: Ieb54e9508f48cc9694bd9a59dc9908cf84a62486
Reviewed-by: Matti Paaso <matti.paaso@digia.com>
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 4baafa8..457f68b 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,4 @@ load(qt_build_config) CONFIG += qt_example_installs -MODULE_VERSION = 5.2.0 +MODULE_VERSION = 5.2.1 |