Skip to content

Commit e91f221

Browse files
Bump cipher version to 3.3.1
1 parent 595ef07 commit e91f221

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.3.0 FIPS"
48+
#define CIPHER_VERSION "3.3.1 FIPS"
4949
#else
50-
#define CIPHER_VERSION "3.3.0"
50+
#define CIPHER_VERSION "3.3.1"
5151
#endif
5252
#endif
5353

0 commit comments

Comments
 (0)