From 335884bc08ecb74223b37e1936e1f3f798a3636b Mon Sep 17 00:00:00 2001 From: Thomas Padioleau Date: Wed, 16 Oct 2024 10:40:24 +0200 Subject: [PATCH] Release version 0.1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 628c01fd8..d246f0198 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.0.0 LANGUAGES CXX) +project(DDC VERSION 0.1.0 LANGUAGES CXX) # List of options