From c14668d2ff9a7a219cd8ba5351502a4a980e9c17 Mon Sep 17 00:00:00 2001 From: TriceHelix Date: Tue, 26 Mar 2024 17:16:02 +0100 Subject: [PATCH] Bump version v0.2.0 --- CMakeLists.txt | 2 +- demo/shared_api.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f98ddf..e61853a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.27) project(crossput LANGUAGES CXX - VERSION 0.1.1 + VERSION 0.2.0 ) list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") diff --git a/demo/shared_api.hpp b/demo/shared_api.hpp index c23930b..32d38d9 100644 --- a/demo/shared_api.hpp +++ b/demo/shared_api.hpp @@ -13,6 +13,7 @@ #include #include #include + #include "crossput.hpp"