bump to 2.0.6

This commit is contained in:
Stephen Lombardo
2012-06-13 16:27:09 -04:00
parent 06429ca622
commit 6dbdd4663c
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