summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-03-20 13:53:13 +0100
committertastytea2020-03-20 13:53:13 +0100
commitce27005e9c915ff1872937bb3e175ce074d569d9 (patch)
tree296ba834987448e7f0f4872ca8e390e61f02c95b
parent778b7c3a5f611aac21d3fad29bf1f63d27e15d66 (diff)
downloadmastodonpp-ce27005e9c915ff1872937bb3e175ce074d569d9.tar
mastodonpp-ce27005e9c915ff1872937bb3e175ce074d569d9.tar.gz
mastodonpp-ce27005e9c915ff1872937bb3e175ce074d569d9.zip
Version bump 0.5.2.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d675c00..f69652b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "The type of build.")
option(BUILD_SHARED_LIBS "Build shared libraries." YES)
project(mastodonpp
- VERSION 0.5.1
+ VERSION 0.5.2
DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs."
LANGUAGES CXX)