Bump cipher version to 3.3.0
This commit is contained in:
parent
f0cf4c5b25
commit
88be2c676d
|
@ -45,9 +45,9 @@
|
|||
|
||||
#ifndef CIPHER_VERSION
|
||||
#ifdef SQLCIPHER_FIPS
|
||||
#define CIPHER_VERSION "3.2.0 FIPS"
|
||||
#define CIPHER_VERSION "3.3.0 FIPS"
|
||||
#else
|
||||
#define CIPHER_VERSION "3.2.0"
|
||||
#define CIPHER_VERSION "3.3.0"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue