Skip to content

Commit

Permalink
chore: Update vendored sources (tag v1.1.1) to duckdb/duckdb@af39bd0 (#…
Browse files Browse the repository at this point in the history
…454)

CIBW_SKIP also musllinux on Python 3.7 or Python 3.8 (duckdb/duckdb#14074)
bump substrait (duckdb/duckdb#14055)
bump sqlsmith and azure versions (duckdb/duckdb#14069)
Add building, testing and distributing for Python 3.13 (duckdb/duckdb#14067)
Skip polars test in 3.7 due to missing PanicException (duckdb/duckdb#14066)
Fixup StagedUpload invocation via workflow_call (duckdb/duckdb#14065)

Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Oct 3, 2024
1 parent f48dc07 commit ec15880
Showing 1 changed file with 3 additions and 3 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 "1-dev306"
#define DUCKDB_PATCH_VERSION "1"
#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.1-dev306"
#define DUCKDB_VERSION "v1.1.1"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "0fe7708eef"
#define DUCKDB_SOURCE_ID "af39bd0dcf"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down

0 comments on commit ec15880

Please sign in to comment.