File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 "requires_arc" : false ,
1616 "source" : {
1717 "git" : " https://github.com/sqlcipher/sqlcipher.git" ,
18- "tag" : " v4.5.9 "
18+ "tag" : " v4.6.0 "
1919 },
2020 "summary" : " Full Database Encryption for SQLite." ,
21- "version" : " 4.5.9 " ,
21+ "version" : " 4.6.0 " ,
2222 "subspecs" : [
2323 {
2424 "compiler_flags" : [
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ void sqlite3pager_reset(Pager *pPager);
8989#define CIPHER_STR (s ) #s
9090
9191#ifndef CIPHER_VERSION_NUMBER
92- #define CIPHER_VERSION_NUMBER 4.5.9
92+ #define CIPHER_VERSION_NUMBER 4.6.0
9393#endif
9494
9595#ifndef CIPHER_VERSION_BUILD
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646 execsql {
4747 PRAGMA cipher_version;
4848 }
49- } {{4.5.9 community}}
49+ } {{4.6.0 community}}
5050db close
5151file delete -force test.db
5252
You can’t perform that action at this time.
0 commit comments