Skip to content

Commit 337eac9

Browse files
committed
bump cipher_version to 2.2.1
1 parent 8866a9f commit 337eac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define FILE_HEADER_SZ 16
4545

4646
#ifndef CIPHER_VERSION
47-
#define CIPHER_VERSION "2.2.0"
47+
#define CIPHER_VERSION "2.2.1"
4848
#endif
4949

5050
#ifndef CIPHER

test/crypto.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ do_test verify-pragma-cipher-version {
14181418
execsql {
14191419
PRAGMA cipher_version;
14201420
}
1421-
} {2.2.0}
1421+
} {2.2.1}
14221422
db close
14231423
file delete -force test.db
14241424

0 commit comments

Comments
 (0)