From c01e0be94b8184816c9021fcdd42bd7eeeb5f56c Mon Sep 17 00:00:00 2001 From: Marco Cetica Date: Mon, 8 Apr 2024 10:25:55 +0200 Subject: [PATCH] New stable release(v1.0.5) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f259077..eff5e18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) # Project name and version -project(dc VERSION 1.0.4) +project(dc VERSION 1.0.5) # Retrieve build date string(TIMESTAMP BUILD_DATE "%d-%b-%Y %H:%M:%S")