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 Dec 17, 2024
1 parent 4cd27b3 commit 2f21964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function(add_kuzu_test TEST_NAME)
endif()
target_include_directories(${TEST_NAME} PRIVATE ${PROJECT_SOURCE_DIR}/test/include)
include(GoogleTest)

if (TEST_NAME STREQUAL "e2e_test")
gtest_discover_tests(${TEST_NAME}
DISCOVERY_TIMEOUT 600
Expand Down Expand Up @@ -317,7 +317,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.7.0")
add_definitions(-DKUZU_EXTENSION_VERSION="0.7.0.1")
add_definitions(-DKUZU_PAGE_SIZE_LOG2=${PAGE_SIZE_LOG2})
add_definitions(-DKUZU_VECTOR_CAPACITY_LOG2=${VECTOR_CAPACITY_LOG2})

Expand Down

0 comments on commit 2f21964

Please sign in to comment.