diff --git a/src/db/mormot.db.raw.sqlite3.static.pas b/src/db/mormot.db.raw.sqlite3.static.pas index 7f231406c..6a219f471 100644 --- a/src/db/mormot.db.raw.sqlite3.static.pas +++ b/src/db/mormot.db.raw.sqlite3.static.pas @@ -1035,8 +1035,8 @@ function sqlite3_error_offset(DB: TSqlite3DB): integer; cdecl; external; // the github release tag associated with this EXPECTED_SQLITE3_VERSION // - you could download the static for this exact mORMot source revision e.g. as - // https://github.com/synopse/mORMot2/releases/download/2.0.3532/mormot2static.7z - EXPECTED_RELEASE_TAG = '2.0.3532'; + // https://github.com/synopse/mORMot2/releases/download/2.0.3700/mormot2static.7z + EXPECTED_RELEASE_TAG = '2.0.3700'; // where to download the latest available static binaries, including SQLite3 EXPECTED_STATIC_DOWNLOAD = 'https://synopse.info/files/mormot2static.7z'; diff --git a/src/mormot.commit.inc b/src/mormot.commit.inc index 8350c4191..1795fc8ff 100644 --- a/src/mormot.commit.inc +++ b/src/mormot.commit.inc @@ -1 +1 @@ -'2.0.3699' +'2.0.3700'