mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-22 16:58:14 +00:00
bump version number and add qualifier
This commit is contained in:
parent
57ea35296c
commit
7e805e5388
@ -55,11 +55,7 @@ void sqlite3pager_reset(Pager *pPager);
|
||||
#define FILE_HEADER_SZ 16
|
||||
|
||||
#ifndef CIPHER_VERSION
|
||||
#ifdef SQLCIPHER_FIPS
|
||||
#define CIPHER_VERSION "3.4.2 FIPS"
|
||||
#else
|
||||
#define CIPHER_VERSION "3.4.2"
|
||||
#endif
|
||||
#define CIPHER_VERSION "4.0.0 community"
|
||||
#endif
|
||||
|
||||
#define CIPHER_DECRYPT 0
|
||||
|
@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
|
||||
execsql {
|
||||
PRAGMA cipher_version;
|
||||
}
|
||||
} {3.4.2}
|
||||
} {{4.0.0 community}}
|
||||
db close
|
||||
file delete -force test.db
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user