mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-24 01:38:09 +00:00
bump cipher_version to 2.2.1
This commit is contained in:
parent
8866a9f6cf
commit
337eac9fd9
@ -44,7 +44,7 @@
|
|||||||
#define FILE_HEADER_SZ 16
|
#define FILE_HEADER_SZ 16
|
||||||
|
|
||||||
#ifndef CIPHER_VERSION
|
#ifndef CIPHER_VERSION
|
||||||
#define CIPHER_VERSION "2.2.0"
|
#define CIPHER_VERSION "2.2.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CIPHER
|
#ifndef CIPHER
|
||||||
|
@ -1418,7 +1418,7 @@ do_test verify-pragma-cipher-version {
|
|||||||
execsql {
|
execsql {
|
||||||
PRAGMA cipher_version;
|
PRAGMA cipher_version;
|
||||||
}
|
}
|
||||||
} {2.2.0}
|
} {2.2.1}
|
||||||
db close
|
db close
|
||||||
file delete -force test.db
|
file delete -force test.db
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user