diff options
| -rw-r--r-- | CHANGELOG | 8 | ||||
| -rw-r--r-- | qxmpp.pri | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +QXmpp 0.8.2 (Jan 7, 2015) +------------------------- + + - The previous release was missing an update to the VERSION definition, + resulting in stale pkg-config files. This release fixes this issue. + - Refactor HTML documentation so that "make docs" works in out-of-source + builds. + QXmpp 0.8.1 (Dec 19, 2014) -------------------------- @@ -1,7 +1,7 @@ # Common definitions QT += network xml -QXMPP_VERSION = 0.8.0 +QXMPP_VERSION = 0.8.2 QXMPP_INCLUDEPATH = $$PWD/src/base $$PWD/src/client $$PWD/src/server # Determine library name |
