From 6dbdd4663cfed9d54803d22b1bdce8b9884e1f6b Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Wed, 13 Jun 2012 16:27:09 -0400 Subject: [PATCH] bump to 2.0.6 --- 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 b77fb80..c0e07ae 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.5" +#define CIPHER_VERSION "2.0.6" #endif #ifndef CIPHER diff --git a/test/crypto.test b/test/crypto.test index 8edae7c..5fb11f2 100644 --- a/test/crypto.test +++ b/test/crypto.test @@ -1394,7 +1394,7 @@ do_test verify-pragma-cipher-version { execsql { PRAGMA cipher_version; } -} {2.0.5} +} {2.0.6} db close file delete -force test.db