From 215546f6f377c8377f50d62c6f222463599a5a59 Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Wed, 15 Jan 2025 15:09:39 +0100 Subject: [PATCH] Release version 0.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e785bab9..3552e4e5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT cmake_minimum_required(VERSION 3.22) -project(DDC VERSION 0.4.0 LANGUAGES CXX) +project(DDC VERSION 0.4.1 LANGUAGES CXX) # List of options