aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
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)
diff --git a/README.md b/README.md
index b2663a2e..8caf01b8 100644
--- a/README.md
+++ b/README.md
@@ -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.