update version to 4.5.0

This commit is contained in:
Stephen Lombardo 2021-10-06 16:26:26 -04:00
parent 62b0deadb5
commit d7862c2055
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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