Skip to content

Commit 88be2c6

Browse files
Bump cipher version to 3.3.0
1 parent f0cf4c5 commit 88be2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crypto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545

4646
#ifndef CIPHER_VERSION
4747
#ifdef SQLCIPHER_FIPS
48-
#define CIPHER_VERSION "3.2.0 FIPS"
48+
#define CIPHER_VERSION "3.3.0 FIPS"
4949
#else
50-
#define CIPHER_VERSION "3.2.0"
50+
#define CIPHER_VERSION "3.3.0"
5151
#endif
5252
#endif
5353

0 commit comments

Comments
 (0)