set tip to version 0.7

add QxtPop3 to changelog
This commit is contained in:
Arvid E. Picciani 2010-05-25 18:12:00 +02:00 committed by Arvid Ephraim Picciani
parent f4fe9ebea4
commit 920d5df29e
4 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,13 @@
LibQxt 0.6.0 introduces new features and contains bug fixes to the 0.5.x
LibQxt 0.7.0 introduces new features and contains bug fixes to the 0.6.x
series. For more details, see the documentation included in this package
or online at http://docs.libqxt.org.
0.7.0
-----
- QxtNetwork
* Added QxtPop3
0.6.0
-----
- QxtCore

View File

@ -1,21 +1,21 @@
project = Qxt
description = Qxt Reference Documentation
url = http://doc.libqxt.org/0.6.0
url = http://doc.libqxt.org/0.7.0
language = Cpp
modules = QxtBerkeley QxtCore QxtGui QxtNetwork QxtSql QxtWeb QxtZeroconf
qhp.projects = Qxt
qhp.Qxt.file = qxt.qhp
qhp.Qxt.namespace = org.libqxt.060
qhp.Qxt.namespace = org.libqxt.070
qhp.Qxt.virtualFolder = qdoc
qhp.Qxt.indexTitle = Qxt Reference Documentation
qhp.Qxt.indexRoot =
qhp.Qxt.extraFiles = stylesheet.css
qhp.Qxt.filterAttributes = qxt 0.6.0 qxtrefdoc
qhp.Qxt.customFilters.Qxt.name = Qxt 0.6.0
qhp.Qxt.customFilters.Qxt.filterAttributes = qxt 0.6.0
qhp.Qxt.filterAttributes = qxt 0.7.0 qxtrefdoc
qhp.Qxt.customFilters.Qxt.name = Qxt 0.7.0
qhp.Qxt.customFilters.Qxt.filterAttributes = qxt 0.7.0
qhp.Qxt.subprojects = classes overviews examples
qhp.Qxt.subprojects.classes.title = Classes
qhp.Qxt.subprojects.classes.indexTitle = Qxt's Classes
@ -100,5 +100,5 @@ HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<td align=\"left\">Copyright &copy; 2007-2010\n" \
"<a href=\"mailto:foundation@libqxt.org\">Qxt Foundation</a></td>\n" \
"<td align=\"right\"><div align=\"right\">\n" \
"<a href=\"http://libqxt.org\">Qxt</a> 0.6.0</div></td>\n" \
"<a href=\"http://libqxt.org\">Qxt</a> 0.7.0</div></td>\n" \
"</tr></table></div></address>"

View File

@ -28,8 +28,8 @@
#include <QtGlobal>
#define QXT_VERSION 0x000600
#define QXT_VERSION_STR "0.6.0"
#define QXT_VERSION 0x000700
#define QXT_VERSION_STR "0.7.0"
//--------------------------global macros------------------------------

View File

@ -1,5 +1,5 @@
TEMPLATE = lib
!win32:VERSION = 0.6
!win32:VERSION = 0.7
DESTDIR = $${QXT_BUILD_TREE}/lib
win32:DLLDESTDIR = $${QXT_BUILD_TREE}/bin
target.path = $${QXT_INSTALL_LIBS}