summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-03-21 12:26:42 +0100
committertastytea2020-03-21 12:26:42 +0100
commit576c84aa36732f7f7d1564f1c1dfe853298e7e32 (patch)
treecd2c9cfb3e9fd33289a220ae75ed5700b3fd1fc3
parentaea4b0f4928e62575b41c7749fedd77e8353c9b3 (diff)
downloadmastodonpp-576c84aa36732f7f7d1564f1c1dfe853298e7e32.tar
mastodonpp-576c84aa36732f7f7d1564f1c1dfe853298e7e32.tar.gz
mastodonpp-576c84aa36732f7f7d1564f1c1dfe853298e7e32.zip
Version bump 0.5.4.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6adb0bf..0f562e4 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.3
+ VERSION 0.5.4
DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs."
LANGUAGES CXX)