Bump cipher_version to 3.4.0
This commit is contained in:
parent
39e07984e5
commit
12ae0e57dd
@ -45,9 +45,9 @@
|
||||
|
||||
#ifndef CIPHER_VERSION
|
||||
#ifdef SQLCIPHER_FIPS
|
||||
#define CIPHER_VERSION "3.3.1 FIPS"
|
||||
#define CIPHER_VERSION "3.4.0 FIPS"
|
||||
#else
|
||||
#define CIPHER_VERSION "3.3.1"
|
||||
#define CIPHER_VERSION "3.4.0"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user