Skip to content

Commit

Permalink
upgraded SQlite3 engine to 3.42.0 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Aug 24, 2023
1 parent b3e3c5b commit 82772f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/db/mormot.db.raw.sqlite3.static.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
*****************************************************************************
Statically linked SQLite3 3.41.0 engine with optional AES encryption
Statically linked SQLite3 3.42.0 engine with optional AES encryption
- TSqlite3LibraryStatic Implementation
- Encryption-Related Functions
Expand Down Expand Up @@ -94,7 +94,7 @@ TSqlite3LibraryStatic = class(TSqlite3Library)
/// the exact version expected by the current state of this unit
// - an error message is generated via DisplayFatalError() if the statically
// linked sqlite3.o(bj) does not match this expected value
EXPECTED_SQLITE3_VERSION = '3.41.0';
EXPECTED_SQLITE3_VERSION = '3.42.0';

/// the github release tag associated with this EXPECTED_SQLITE3_VERSION
// - to be used if you don't want the latest version of sqlite3, but the very
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.1.5792'
'2.1.5793'

0 comments on commit 82772f0

Please sign in to comment.