From b7900e5558b24f8c67cb0feaea9457f362a8de2f Mon Sep 17 00:00:00 2001 From: Arnaud Bouchez Date: Wed, 20 Jul 2022 18:23:48 +0200 Subject: [PATCH] prepare release 2.0.3717 --- 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 6a219f471..f390a882e 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.3700/mormot2static.7z - EXPECTED_RELEASE_TAG = '2.0.3700'; + // https://github.com/synopse/mORMot2/releases/download/2.0.3717/mormot2static.7z + EXPECTED_RELEASE_TAG = '2.0.3717'; // 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 b2e4db1f5..c31ff541f 100644 --- a/src/mormot.commit.inc +++ b/src/mormot.commit.inc @@ -1 +1 @@ -'2.0.3716' +'2.0.3717'