From 04b4dd7444bebed8832a82bdf64782b8dcf161b0 Mon Sep 17 00:00:00 2001 From: Arnaud Bouchez Date: Tue, 19 Jul 2022 17:37:16 +0200 Subject: [PATCH] prepare for 2.0.3700 release --- 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 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'