diff --git a/src/crypto.h b/src/crypto.h index 29861ba2..a70b2e3b 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -38,7 +38,7 @@ #define FILE_HEADER_SZ 16 #ifndef CIPHER_VERSION -#define CIPHER_VERSION "2.0.6" +#define CIPHER_VERSION "2.1.0" #endif #ifndef CIPHER diff --git a/test/crypto.test b/test/crypto.test index aa7735bc..97b6be28 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1392,7 +1392,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {2.0.6} +} {2.1.0} db close file delete -force test.db