We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d11015 commit aef7d0fCopy full SHA for aef7d0f
src/duckdb/src/function/table/version/pragma_version.cpp
@@ -1,5 +1,5 @@
1
#ifndef DUCKDB_PATCH_VERSION
2
-#define DUCKDB_PATCH_VERSION "3-dev165"
+#define DUCKDB_PATCH_VERSION "3"
3
#endif
4
#ifndef DUCKDB_MINOR_VERSION
5
#define DUCKDB_MINOR_VERSION 1
@@ -8,7 +8,7 @@
8
#define DUCKDB_MAJOR_VERSION 1
9
10
#ifndef DUCKDB_VERSION
11
-#define DUCKDB_VERSION "v1.1.3-dev165"
+#define DUCKDB_VERSION "v1.1.3"
12
13
#ifndef DUCKDB_SOURCE_ID
14
#define DUCKDB_SOURCE_ID "19864453f7"
0 commit comments