Skip to content

Commit

Permalink
[tag] v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Nov 17, 2024
1 parent 8c538bb commit d65e14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ message("* * * * * * * * * * * * * * * * * * * * * * * * * * * * *")

cmake_minimum_required(VERSION 3.5.0)

project(CGraph VERSION 2.6.1)
project(CGraph VERSION 2.6.2)

# CGraph默认使用C++11版本,推荐使用C++17版本。暂不支持C++11以下版本
set(CMAKE_CXX_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set_project("CGraph")

-- set project version
set_version("2.6.1")
set_version("2.6.2")

-- set language: c++11
set_languages("c++11")
Expand Down

0 comments on commit d65e14c

Please sign in to comment.