From 48215584ab50dda98d3ee49cd99257e545c573ca Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Wed, 18 Jul 2012 14:50:47 -0400 Subject: [PATCH] bump version to 2.1.0 due to functional change in hmac calculation --- src/crypto.h | 2 +- test/crypto.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto.h b/src/crypto.h index 29861ba..a70b2e3 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 aa7735b..97b6be2 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