Skip to content

Commit 4f9c322

Browse files
vendor: Update vendored sources (tag v1.4.1) to duckdb/duckdb@b390a7c (#1615)
Bump: avro, httpfs (duckdb/duckdb#19248) Bump: iceberg (duckdb/duckdb#19250) Co-authored-by: krlmlr <[email protected]>
1 parent 1ff6219 commit 4f9c322

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/version.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated by rconfigure.py, do not edit by hand
22
# DuckDB version information
33

4-
duckdb_version <- "1.4.1-dev191"
4+
duckdb_version <- "1.4.1"
55

66
# Function to get DuckDB version without establishing a connection
77
get_duckdb_version <- function() {

src/duckdb/src/function/table/version/pragma_version.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DUCKDB_PATCH_VERSION
2-
#define DUCKDB_PATCH_VERSION "1-dev191"
2+
#define DUCKDB_PATCH_VERSION "1"
33
#endif
44
#ifndef DUCKDB_MINOR_VERSION
55
#define DUCKDB_MINOR_VERSION 4
@@ -8,10 +8,10 @@
88
#define DUCKDB_MAJOR_VERSION 1
99
#endif
1010
#ifndef DUCKDB_VERSION
11-
#define DUCKDB_VERSION "v1.4.1-dev191"
11+
#define DUCKDB_VERSION "v1.4.1"
1212
#endif
1313
#ifndef DUCKDB_SOURCE_ID
14-
#define DUCKDB_SOURCE_ID "8a74cb9212"
14+
#define DUCKDB_SOURCE_ID "b390a7c376"
1515
#endif
1616
#include "duckdb/function/table/system_functions.hpp"
1717
#include "duckdb/main/database.hpp"

0 commit comments

Comments
 (0)