From 7dcf1fcba13a51794e06f2db34c70dcb916dc223 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Wed, 12 Jan 2022 13:48:30 -0500 Subject: [PATCH] update version --- src/crypto.h | 2 +- test/sqlcipher-pragmas.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto.h b/src/crypto.h index 15d947bf..a91faf09 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -64,7 +64,7 @@ void sqlite3pager_reset(Pager *pPager); #define CIPHER_STR(s) #s #ifndef CIPHER_VERSION_NUMBER -#define CIPHER_VERSION_NUMBER 4.5.0 +#define CIPHER_VERSION_NUMBER 4.5.1 #endif #ifndef CIPHER_VERSION_BUILD diff --git a/test/sqlcipher-pragmas.test b/test/sqlcipher-pragmas.test index f6eb7de1..5fbeed95 100644 --- a/test/sqlcipher-pragmas.test +++ b/test/sqlcipher-pragmas.test @@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {{4.5.0 community}} +} {{4.5.1 community}} db close file delete -force test.db -- 2.11.4.GIT