Skip to content
Snippets Groups Projects
Commit 8daabb70 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Bump version to 0.4.0

parent f8398860
No related branches found
No related tags found
No related merge requests found
Pipeline #423 passed
......@@ -32,12 +32,12 @@ option(USE_BUNDLED_OPENSSL "Use the bundled version of OpenSSL."
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12)
project(matrix_client
VERSION 0.3.1
VERSION 0.4.0
DESCRIPTION "Client API library for Matrix, built on top of Boost.Asio"
HOMEPAGE_URL https://github.com/Nheko-Reborn/mtxclient)
else()
project(matrix_client
VERSION 0.3.1
VERSION 0.4.0
DESCRIPTION "Client API library for Matrix, built on top of Boost.Asio")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment