We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d3fc78 + 3ef19cf commit 81e487aCopy full SHA for 81e487a
src/crypto.h
@@ -44,7 +44,7 @@
44
#define FILE_HEADER_SZ 16
45
46
#ifndef CIPHER_VERSION
47
-#define CIPHER_VERSION "2.2.0"
+#define CIPHER_VERSION "2.2.1"
48
#endif
49
50
#ifndef CIPHER
test/crypto.test
@@ -1424,7 +1424,7 @@ do_test verify-pragma-cipher-version {
1424
execsql {
1425
PRAGMA cipher_version;
1426
}
1427
-} {2.2.0}
+} {2.2.1}
1428
db close
1429
file delete -force test.db
1430
0 commit comments