Skip to content

Commit d49f59a

Browse files
Bump version to 3.4.1
1 parent 26ac02e commit d49f59a

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

0 commit comments

Comments
 (0)