diff options
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | README.md | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fa943b76..5b6fcfce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +QXmpp 1.5.0 (UNRELEASED) +------------------------ + +*under development* + QXmpp 1.4.0 (Mar 15, 2021) -------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 550ea39a..a9b514e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.3) -project(qxmpp VERSION 1.4.0) +project(qxmpp VERSION 1.5.0) set(SO_VERSION 3) @@ -13,7 +13,7 @@ QXmpp uses Qt extensively, and as such users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). Qt is the only third party library which is required to build QXmpp, but -libraries such as speex and theora enable additional features. +libraries such as GStreamer enable additional features. QXmpp is released under the terms of the GNU Lesser General Public License, version 2.1 or later. |
