Skip to content

Commit

Permalink
Bump up GraphAr version to v0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: acezen <[email protected]>
  • Loading branch information
acezen committed Jan 15, 2024
1 parent 4ba7df3 commit c5f8c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
endif()

set(GAR_MAJOR_VERSION 0)
set(GAR_MINOR_VERSION 9)
set(GAR_MINOR_VERSION 11)
set(GAR_PATCH_VERSION 0)
set(GAR_VERSION ${GAR_MAJOR_VERSION}.${GAR_MINOR_VERSION}.${GAR_PATCH_VERSION})
project(graph-archive LANGUAGES C CXX VERSION ${GAR_VERSION})
Expand Down

0 comments on commit c5f8c43

Please sign in to comment.