From d37e720a115cec5595d0443aac8f8c4b81d02ee5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 6 Oct 2019 17:20:44 +0200 Subject: [PATCH] Version bump 0.111.1. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e445b48..6f389ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() include(GNUInstallDirs) project (mastodon-cpp - VERSION 0.111.0 + VERSION 0.111.1 LANGUAGES CXX) # DESCRIPTION was introduced in version 3.9.