File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/duckdb/src/function/table/version Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
77get_duckdb_version <- function () {
Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments