diff --git a/src/db/mormot.db.raw.sqlite3.pas b/src/db/mormot.db.raw.sqlite3.pas index 7ed4c800b..f5fa88bc7 100644 --- a/src/db/mormot.db.raw.sqlite3.pas +++ b/src/db/mormot.db.raw.sqlite3.pas @@ -2132,7 +2132,7 @@ TSqlite3Library = class close: function(DB: TSqlite3DB): integer; cdecl; /// Return the version of the SQLite database engine, in ascii format - // - currently returns '3.39.0', when used in conjunction with our + // - currently returns '3.39.1', when used in conjunction with our // mormot.db.raw.sqlite3.static unit // - if an external SQLite3 library is used, version may vary // - you may use the VersionText property (or Version for full details) instead diff --git a/src/db/mormot.db.raw.sqlite3.static.pas b/src/db/mormot.db.raw.sqlite3.static.pas index e72da905e..7f231406c 100644 --- a/src/db/mormot.db.raw.sqlite3.static.pas +++ b/src/db/mormot.db.raw.sqlite3.static.pas @@ -6,7 +6,7 @@ { ***************************************************************************** - Statically linked SQLite3 3.39.0 engine with optional AES encryption + Statically linked SQLite3 3.39.1 engine with optional AES encryption - TSqlite3LibraryStatic Implementation - Encryption-Related Functions @@ -1031,7 +1031,7 @@ function sqlite3_error_offset(DB: TSqlite3DB): integer; cdecl; external; const // error message if statically linked sqlite3.o(bj) does not match this value - EXPECTED_SQLITE3_VERSION = '3.39.0'; + EXPECTED_SQLITE3_VERSION = '3.39.1'; // the github release tag associated with this EXPECTED_SQLITE3_VERSION // - you could download the static for this exact mORMot source revision e.g. as diff --git a/src/mormot.commit.inc b/src/mormot.commit.inc index bb2c34407..8350c4191 100644 --- a/src/mormot.commit.inc +++ b/src/mormot.commit.inc @@ -1 +1 @@ -'2.0.3698' +'2.0.3699'