Skip to content

Commit

Permalink
Bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
royi-luo committed Aug 22, 2024
1 parent 52a87d7 commit 90d5324
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
Expand Up @@ -254,7 +254,7 @@ add_subdirectory(third_party)
if(${BUILD_KUZU})
add_definitions(-DKUZU_ROOT_DIRECTORY="${PROJECT_SOURCE_DIR}")
add_definitions(-DKUZU_CMAKE_VERSION="${CMAKE_PROJECT_VERSION}")
add_definitions(-DKUZU_EXTENSION_VERSION="0.5.1.10")
add_definitions(-DKUZU_EXTENSION_VERSION="0.5.1.11")

include_directories(src/include)

Expand Down

0 comments on commit 90d5324

Please sign in to comment.