Skip to content

Commit 78d2740

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-clang-aarch64-sqlite3 (3.50.0-1 -> 3.50.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent aefddd8 commit 78d2740

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+17
-17
lines changed

clangarm64/bin/dbhash.exe

0 Bytes
Binary file not shown.

clangarm64/bin/libsqlite3-0.dll

512 Bytes
Binary file not shown.

clangarm64/bin/showdb.exe

512 Bytes
Binary file not shown.

clangarm64/bin/showjournal.exe

512 Bytes
Binary file not shown.

clangarm64/bin/showstat4.exe

512 Bytes
Binary file not shown.

clangarm64/bin/showwal.exe

512 Bytes
Binary file not shown.

clangarm64/bin/sqldiff.exe

512 Bytes
Binary file not shown.

clangarm64/bin/sqlite3.exe

512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

clangarm64/include/sqlite3.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ extern "C" {
146146
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
147147
** [sqlite_version()] and [sqlite_source_id()].
148148
*/
149-
#define SQLITE_VERSION "3.50.0"
150-
#define SQLITE_VERSION_NUMBER 3050000
151-
#define SQLITE_SOURCE_ID "2025-05-29 14:26:00 dfc790f998f450d9c35e3ba1c8c89c17466cb559f87b0239e4aab9d34e28alt1"
149+
#define SQLITE_VERSION "3.50.1"
150+
#define SQLITE_VERSION_NUMBER 3050001
151+
#define SQLITE_SOURCE_ID "2025-06-06 14:52:32 b77dc5e0f596d2140d9ac682b2893ff65d3a4140aa86067a3efebe29dc91alt1"
152152

153153
/*
154154
** CAPI3REF: Run-Time Library Version Numbers

0 commit comments

Comments
 (0)