From d4d6f9584b7466403247c194e876caf46550bdb3 Mon Sep 17 00:00:00 2001 From: lanthora Date: Mon, 30 Jun 2025 21:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20v6.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/c_cpp_properties.json | 3 +-- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index ad213e46..ef1d543a 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -8,8 +8,7 @@ "defines": [], "compilerPath": "/usr/bin/clang", "cStandard": "c17", - "intelliSenseMode": "linux-clang-x64", - "compileCommands": "${workspaceFolder}/build/compile_commands.json" + "intelliSenseMode": "linux-clang-x64" } ], "version": 4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bfc1a46..2840dae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(candy LANGUAGES C CXX VERSION 6.0.4) +project(candy LANGUAGES C CXX VERSION 6.0.5) option(CANDY_NOEXE "Don't build executable") option(CANDY_DEVEL "Build development library")