From edd09f9d7ba1b3c002284fe28e9861fff14f93ff Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 24 Jan 2018 20:13:22 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d145b4a..a109a32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.7) include(GNUInstallDirs) project (mastodon-cpp - VERSION 0.1.6 + VERSION 0.2.0 LANGUAGES CXX ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -fPIC")