rev to 2.1.1
This commit is contained in:
parent
f7781428d8
commit
cf9fb1e077
|
@ -38,7 +38,7 @@
|
|||
#define FILE_HEADER_SZ 16
|
||||
|
||||
#ifndef CIPHER_VERSION
|
||||
#define CIPHER_VERSION "2.1.0"
|
||||
#define CIPHER_VERSION "2.1.1"
|
||||
#endif
|
||||
|
||||
#ifndef CIPHER
|
||||
|
|
|
@ -1392,7 +1392,7 @@ do_test verify-pragma-cipher-version {
|
|||
execsql {
|
||||
PRAGMA cipher_version;
|
||||
}
|
||||
} {2.1.0}
|
||||
} {2.1.1}
|
||||
db close
|
||||
file delete -force test.db
|
||||
|
||||
|
|
Loading…
Reference in New Issue