Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
--HG--
branch : 0.6
  • Loading branch information
jpnurmi committed Nov 7, 2010
1 parent 77672de commit f26b791
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions doc/src/qxt.qdocconf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project = Qxt
description = Qxt Reference Documentation
url = http://doc.libqxt.org/0.6.0
url = http://doc.libqxt.org/0.6.1
language = Cpp
modules = QxtBerkeley QxtCore QxtGui QxtNetwork QxtSql QxtWeb QxtZeroconf

Expand All @@ -13,9 +13,9 @@ 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.6.1 qxtrefdoc
qhp.Qxt.customFilters.Qxt.name = Qxt 0.6.1
qhp.Qxt.customFilters.Qxt.filterAttributes = qxt 0.6.1
qhp.Qxt.subprojects = classes overviews examples
qhp.Qxt.subprojects.classes.title = Classes
qhp.Qxt.subprojects.classes.indexTitle = Qxt's Classes
Expand Down Expand Up @@ -100,5 +100,5 @@ HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \
"<td align=\"left\">Copyright &copy; 2007-2010\n" \
"<a href=\"mailto:[email protected]\">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.6.1</div></td>\n" \
"</tr></table></div></address>"
4 changes: 2 additions & 2 deletions src/core/qxtglobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#include <QtGlobal>

#define QXT_VERSION 0x000600
#define QXT_VERSION_STR "0.6.0"
#define QXT_VERSION 0x000601
#define QXT_VERSION_STR "0.6.1"

//--------------------------global macros------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/qxtbase.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = lib
!win32:VERSION = 0.6
!win32:VERSION = 0.6.1
DESTDIR = $${QXT_BUILD_TREE}/lib
win32:DLLDESTDIR = $${QXT_BUILD_TREE}/bin
target.path = $${QXT_INSTALL_LIBS}
Expand Down

0 comments on commit f26b791

Please sign in to comment.