Skip to content

Commit

Permalink
DuckDB 1.1.3 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-- authored Nov 7, 2024
1 parent 815cfd9 commit d07986f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OBJS += $(subst .c,.o, $(C_SRCS))
# set to `make` to disable ninja
DUCKDB_GEN ?= ninja
# used to know what version of extensions to download
DUCKDB_VERSION = v1.1.2
DUCKDB_VERSION = v1.1.3
# duckdb build tweaks
DUCKDB_CMAKE_VARS = -DBUILD_SHELL=0 -DBUILD_PYTHON=0 -DBUILD_UNITTESTS=0
# set to 1 to disable asserts in DuckDB. This is particularly useful in combinition with MotherDuck.
Expand Down
2 changes: 1 addition & 1 deletion third_party/duckdb
Submodule duckdb updated 301 files

0 comments on commit d07986f

Please sign in to comment.