Skip to content

Commit 38e94c5

Browse files
committed
update cipher_version and test
1 parent 32d2156 commit 38e94c5

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
@@ -58,7 +58,7 @@ void sqlite3pager_reset(Pager *pPager);
5858
#define CIPHER_STR(s) #s
5959

6060
#ifndef CIPHER_VERSION_NUMBER
61-
#define CIPHER_VERSION_NUMBER 4.0.0
61+
#define CIPHER_VERSION_NUMBER 4.0.1
6262
#endif
6363

6464
#ifndef CIPHER_VERSION_BUILD

test/sqlcipher-pragmas.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646
execsql {
4747
PRAGMA cipher_version;
4848
}
49-
} {{4.0.0 community}}
49+
} {{4.0.1 community}}
5050
db close
5151
file delete -force test.db
5252

0 commit comments

Comments
 (0)