8000 Bump cipher_version to 3.4.0 · magic-coder/sqlcipher@12ae0e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12ae0e5

Browse files
Bump cipher_version to 3.4.0
1 parent 39e0798 commit 12ae0e5

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

0 commit comments

Comments
 (0)
0