From dba469eae63754e8e0f0aec87f841c57955b25b6 Mon Sep 17 00:00:00 2001 From: fbdtemme Date: Mon, 24 Aug 2020 19:31:48 +0200 Subject: [PATCH] bug fix release v0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e548da..8d35325 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) project(Bencode DESCRIPTION "A modern C++ Bencode library" LANGUAGES CXX - VERSION 0.1.0) + VERSION 0.1.1) set(PROJECT_AUTHOR "fbdtemme") # Make Find modules in cmake dir available