update version to 4.5.0
This commit is contained in:
parent
62b0deadb5
commit
d7862c2055
|
@ -59,7 +59,7 @@ void sqlite3pager_reset(Pager *pPager);
|
|||
#define CIPHER_STR(s) #s
|
||||
|
||||
#ifndef CIPHER_VERSION_NUMBER
|
||||
#define CIPHER_VERSION_NUMBER 4.4.3
|
||||
#define CIPHER_VERSION_NUMBER 4.5.0
|
||||
#endif
|
||||
|
||||
#ifndef CIPHER_VERSION_BUILD
|
||||
|
|
|
@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
|
|||
execsql {
|
||||
PRAGMA cipher_version;
|
||||
}
|
||||
} {{4.4.3 community}}
|
||||
} {{4.5.0 community}}
|
||||
db close
|
||||
file delete -force test.db
|
||||
|
||||
|
|
Loading…
Reference in New Issue