Skip to content

Commit 55c3f1a

Browse files
authored
Merge pull request #21 from duckdb/update100
Update vendored sources
2 parents 83620f0 + da53341 commit 55c3f1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/duckdb/src/function/table/version/pragma_version.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#ifndef DUCKDB_PATCH_VERSION
2-
#define DUCKDB_PATCH_VERSION "4-dev105"
2+
#define DUCKDB_PATCH_VERSION "0"
33
#endif
44
#ifndef DUCKDB_MINOR_VERSION
5-
#define DUCKDB_MINOR_VERSION 10
5+
#define DUCKDB_MINOR_VERSION 0
66
#endif
77
#ifndef DUCKDB_MAJOR_VERSION
8-
#define DUCKDB_MAJOR_VERSION 0
8+
#define DUCKDB_MAJOR_VERSION 1
99
#endif
1010
#ifndef DUCKDB_VERSION
11-
#define DUCKDB_VERSION "v0.10.4-dev105"
11+
#define DUCKDB_VERSION "v1.0.0"
1212
#endif
1313
#ifndef DUCKDB_SOURCE_ID
1414
#define DUCKDB_SOURCE_ID "1f98600c2c"

0 commit comments

Comments
 (0)