mirror of
https://github.com/status-im/sqlcipher.git
synced 2025-02-23 09:18:11 +00:00
bump version to 2.1.0 due to functional change in hmac calculation
This commit is contained in:
parent
aec2fe4efc
commit
48215584ab
@ -38,7 +38,7 @@
|
||||
#define FILE_HEADER_SZ 16
|
||||
|
||||
#ifndef CIPHER_VERSION
|
||||
#define CIPHER_VERSION "2.0.6"
|
||||
#define CIPHER_VERSION "2.1.0"
|
||||
#endif
|
||||
|
||||
#ifndef CIPHER
|
||||
|
@ -1392,7 +1392,7 @@ do_test verify-pragma-cipher-version {
|
||||
execsql {
|
||||
PRAGMA cipher_version;
|
||||
}
|
||||
} {2.0.6}
|
||||
} {2.1.0}
|
||||
db close
|
||||
file delete -force test.db
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user