We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d2156 commit 38e94c5Copy full SHA for 38e94c5
src/crypto.h
@@ -58,7 +58,7 @@ void sqlite3pager_reset(Pager *pPager);
58
#define CIPHER_STR(s) #s
59
60
#ifndef CIPHER_VERSION_NUMBER
61
-#define CIPHER_VERSION_NUMBER 4.0.0
+#define CIPHER_VERSION_NUMBER 4.0.1
62
#endif
63
64
#ifndef CIPHER_VERSION_BUILD
test/sqlcipher-pragmas.test
@@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
46
execsql {
47
PRAGMA cipher_version;
48
}
49
-} {{4.0.0 community}}
+} {{4.0.1 community}}
50
db close
51
file delete -force test.db
52
0 commit comments