Skip to content

Commit

Permalink
prepare for 2.0.3700 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Jul 19, 2022
1 parent 56c9fa2 commit 04b4dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/db/mormot.db.raw.sqlite3.static.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
'2.0.3699'
'2.0.3700'

0 comments on commit 04b4dd7

Please sign in to comment.