Skip to content

Commit a621277

Browse files
committed
version bump to 4.5.3
1 parent 104f2d2 commit a621277

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
@@ -84,7 +84,7 @@ void sqlite3pager_reset(Pager *pPager);
8484
#define CIPHER_STR(s) #s
8585

8686
#ifndef CIPHER_VERSION_NUMBER
87-
#define CIPHER_VERSION_NUMBER 4.5.2
87+
#define CIPHER_VERSION_NUMBER 4.5.3
8888
#endif
8989

9090
#ifndef CIPHER_VERSION_BUILD

test/sqlcipher-pragmas.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ do_test verify-pragma-cipher-version {
4646
execsql {
4747
PRAGMA cipher_version;
4848
}
49-
} {{4.5.2 community}}
49+
} {{4.5.3 community}}
5050
db close
5151
file delete -force test.db
5252

0 commit comments

Comments
 (0)