Skip to content

Commit 4821558

Browse files
committed
bump version to 2.1.0 due to functional change in hmac calculation
1 parent aec2fe4 commit 4821558

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/crypto.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define FILE_HEADER_SZ 16
3939

4040
#ifndef CIPHER_VERSION
41-
#define CIPHER_VERSION "2.0.6"
41+
#define CIPHER_VERSION "2.1.0"
4242
#endif
4343

4444
#ifndef CIPHER

test/crypto.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ do_test verify-pragma-cipher-version {
13921392
execsql {
13931393
PRAGMA cipher_version;
13941394
}
1395-
} {2.0.6}
1395+
} {2.1.0}
13961396
db close
13971397
file delete -force test.db
13981398

0 commit comments

Comments
 (0)