bump cipher_version to 2.2.1

This commit is contained in:
Stephen Lombardo 2013-07-10 10:45:44 -04:00
parent 8866a9f6cf
commit 337eac9fd9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
#define FILE_HEADER_SZ 16
#ifndef CIPHER_VERSION
#define CIPHER_VERSION "2.2.0"
#define CIPHER_VERSION "2.2.1"
#endif
#ifndef CIPHER

View File

@ -1418,7 +1418,7 @@ do_test verify-pragma-cipher-version {
execsql {
PRAGMA cipher_version;
}
} {2.2.0}
} {2.2.1}
db close
file delete -force test.db