From 0e323035005b57cda5d1eee759a6304f0a9db433 Mon Sep 17 00:00:00 2001 From: Fares Schulz Date: Tue, 18 Jun 2024 21:55:32 +0200 Subject: [PATCH] New Version 0.0.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59bf37a..d067a72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set (PROJECT_NAME seamless-plugin-suite) # `project()` command. `project()` sets up some helpful variables that describe source/binary # directories, and the current project version. This is a standard CMake command. -project (${PROJECT_NAME} VERSION 0.0.1) +project (${PROJECT_NAME} VERSION 0.0.4) # Sets the cpp language minimum set(CMAKE_CXX_STANDARD 20)