Skip to content

Commit

Permalink
Update vendored DuckDB sources to f033a18
Browse files Browse the repository at this point in the history
  • Loading branch information
duckdblabs-bot committed Oct 26, 2024
1 parent f033a18 commit 328a343
Show file tree
Hide file tree
Showing 2 changed files with 1,967 additions and 1,967 deletions.
6 changes: 3 additions & 3 deletions src/duckdb/src/function/table/version/pragma_version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DUCKDB_PATCH_VERSION
#define DUCKDB_PATCH_VERSION "3-dev61"
#define DUCKDB_PATCH_VERSION "3-dev63"
#endif
#ifndef DUCKDB_MINOR_VERSION
#define DUCKDB_MINOR_VERSION 1
Expand All @@ -8,10 +8,10 @@
#define DUCKDB_MAJOR_VERSION 1
#endif
#ifndef DUCKDB_VERSION
#define DUCKDB_VERSION "v1.1.3-dev61"
#define DUCKDB_VERSION "v1.1.3-dev63"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "b8c5248b9c"
#define DUCKDB_SOURCE_ID "f5ebc9b8e1"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down
Loading

0 comments on commit 328a343

Please sign in to comment.