Merge branch 'master' into ditto

This commit is contained in:
Billy Gray
2012-06-14 10:56:28 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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