From cadf0d777e8632afe262b4b91f7072c292a167a8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 13 Nov 2020 15:07:41 +0100 Subject: [PATCH] Version bump 0.5.7. Forgot to bump the version in the CMake recipe, packages couldn't be built. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e670c9..d490d8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ if(NOT ${CMAKE_BUILD_TYPE} MATCHES "Debug") endif() project(mastodonpp - VERSION 0.5.5 + VERSION 0.5.7 DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." LANGUAGES CXX)