mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
Bump cipher version to 3.3.0
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user