diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 09:48:21 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2015-01-07 09:48:21 +0100 |
| commit | b53da40f97b98f7af45fe35012235bae7a000f0e (patch) | |
| tree | 22b7f01331c9579bfacd08680ae240e95b8ff307 | |
| parent | 0fe8e2e5ee6ed52686d83d3aae27128d577757b9 (diff) | |
| download | qxmpp-b53da40f97b98f7af45fe35012235bae7a000f0e.tar.gz | |
bump version, feed changelog
| -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 |
