Skip to content

Commit

Permalink
发布 Version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthora committed Mar 3, 2024
1 parent a4b1eb9 commit 57dea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18.4)

project(candy LANGUAGES CXX VERSION 4.0)
project(candy LANGUAGES CXX VERSION 4.1)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++2b -Wall -Wfatal-errors")
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=address")
Expand Down

0 comments on commit 57dea0b

Please sign in to comment.