Update SQLCipher version used by the nightly build scripts

These versions are a copy of the ones actually used, so changes
can sometimes lag.
This commit is contained in:
Justin Clift
2018-12-21 08:17:39 +11:00
parent cfdf68d562
commit 21ce868fef
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ MKDIR "%DEST_PATH%"
SET ZIP_EXE="C:\Program Files\7-Zip\7z.exe"
SET SQLITE_DIR=C:\\dev\\SQLite-Win32
SET SQLCIPHER_DIR=C:\\git_repos\\SQLCipher-Win32
SET SQLCIPHER_TAG=v3.4.2
SET SQLCIPHER_TAG=v4.0.1
:: You need to change the date format in Windows settings to YYYY-MM-DD
:: before this will work properly. ;)

View File

@@ -5,7 +5,7 @@ MKDIR "%DEST_PATH%"
SET ZIP_EXE="C:\Program Files\7-Zip\7z.exe"
SET SQLITE_DIR=C:\\dev\\SQLite-Win64
SET SQLCIPHER_DIR=C:\\git_repos\\SQLCipher-Win64
SET SQLCIPHER_TAG=v3.4.2
SET SQLCIPHER_TAG=v4.0.1
:: You need to change the date format in Windows settings to YYYY-MM-DD
:: before this will work properly. ;)