Skip to content

Commit a9459dd

Browse files
duckdblabs-botstaticlibs
authored andcommitted
Update vendored DuckDB sources to b8a06e4a22
1 parent 293495d commit a9459dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef DUCKDB_PATCH_VERSION
2-
#define DUCKDB_PATCH_VERSION "0-dev4124"
2+
#define DUCKDB_PATCH_VERSION "0"
33
#endif
44
#ifndef DUCKDB_MINOR_VERSION
55
#define DUCKDB_MINOR_VERSION 4
@@ -8,7 +8,7 @@
88
#define DUCKDB_MAJOR_VERSION 1
99
#endif
1010
#ifndef DUCKDB_VERSION
11-
#define DUCKDB_VERSION "v1.4.0-dev4124"
11+
#define DUCKDB_VERSION "v1.4.0"
1212
#endif
1313
#ifndef DUCKDB_SOURCE_ID
1414
#define DUCKDB_SOURCE_ID "b8a06e4a22"

0 commit comments

Comments
 (0)