From 3f8804201d523f5940d93967aeee7d1ef62783b0 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 18 Jan 2024 20:38:50 +0100 Subject: [PATCH] version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0270d..06d3e89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.27) -project(detection_pot) +project(detection_pot VERSION 1.0.0) set(CMAKE_CXX_STANDARD 17)