Bump Qt version to 5.0.2

Change-Id: I573601fb609cdb632fbb422920801a24be4c0448
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Sergio Ahumada 2013-02-01 11:05:49 +01:00 committed by The Qt Project
parent 864e1ceaf6
commit 2aa9f5d153
2 changed files with 117 additions and 2 deletions

115
dist/changes-5.0.2 vendored Normal file
View File

@ -0,0 +1,115 @@
Qt 5.0.2 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 5.0.0 and 5.0.1.
For more details, refer to the online documentation included in this
distribution. The documentation is also available online:
http://qt-project.org/doc/qt-5.0/
Some of the changes listed in this file include issue tracking numbers
corresponding to tasks in the Qt Bug Tracker:
http://bugreports.qt-project.org/
Each of these identifiers can be entered in the bug tracker to obtain more
information about a particular change.
****************************************************************************
* General *
****************************************************************************
General Improvements
--------------------
Third party components
----------------------
Legal
-----
****************************************************************************
* Library *
****************************************************************************
QtCore
-----
QtGui
-----
QtWidgets
---------
QtNetwork
---------
QtDBus
------
QtConcurrent
------------
QtOpenGL
--------
QtTest
------
QtSql
-----
****************************************************************************
* Database Drivers *
****************************************************************************
sqlite
------
postgres
--------
****************************************************************************
* Platform Specific Changes *
****************************************************************************
Qt for Linux/X11
----------------
Qt for Windows
--------------
Qt for Mac OS X
---------------
Qt for BlackBerry
-----------------
Qt for Embedded Linux
---------------------
Qt for Windows CE
-----------------
****************************************************************************
* Compiler Specific Changes *
****************************************************************************
****************************************************************************
* Tools *
****************************************************************************
****************************************************************************
* Plugins *
****************************************************************************
****************************************************************************
* Important Behavior Changes *
****************************************************************************

View File

@ -45,11 +45,11 @@
#include <stddef.h>
#define QT_VERSION_STR "5.0.1"
#define QT_VERSION_STR "5.0.2"
/*
QT_VERSION is (major << 16) + (minor << 8) + patch.
*/
#define QT_VERSION 0x050001
#define QT_VERSION 0x050002
/*
can be used like #if (QT_VERSION >= QT_VERSION_CHECK(4, 4, 0))
*/