From 8543f7144d2f0479d4d2c300f297cdab68061578 Mon Sep 17 00:00:00 2001 From: Arnaud Bouchez Date: Tue, 29 Nov 2022 14:02:15 +0100 Subject: [PATCH] release 2.0.4383 --- src/db/mormot.db.raw.sqlite3.static.pas | 4 ++-- src/mormot.commit.inc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/db/mormot.db.raw.sqlite3.static.pas b/src/db/mormot.db.raw.sqlite3.static.pas index 3a42075cc..1a8ed3c08 100644 --- a/src/db/mormot.db.raw.sqlite3.static.pas +++ b/src/db/mormot.db.raw.sqlite3.static.pas @@ -99,8 +99,8 @@ TSqlite3LibraryStatic = class(TSqlite3Library) // - to be used if you don't want the latest version of sqlite3, but the very // same binaries expected by this unit, in one of its previous version // - you could download the static for this exact mORMot source revision e.g. as - // https://github.com/synopse/mORMot2/releases/download/2.0.4148/mormot2static.7z - EXPECTED_RELEASE_TAG = '2.0.4148'; + // https://github.com/synopse/mORMot2/releases/download/2.0.4383/mormot2static.7z + EXPECTED_RELEASE_TAG = '2.0.4383'; /// 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 ecb20d00e..15b348bfe 100644 --- a/src/mormot.commit.inc +++ b/src/mormot.commit.inc @@ -1 +1 @@ -'2.0.4382' +'2.0.4383'