Skip to content

Commit d7862c2

Browse files
committed
update version to 4.5.0
1 parent 62b0dea commit d7862c2

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
@@ -59,7 +59,7 @@ void sqlite3pager_reset(Pager *pPager);
5959
#define CIPHER_STR(s) #s
6060

6161
#ifndef CIPHER_VERSION_NUMBER
62-
#define CIPHER_VERSION_NUMBER 4.4.3
62+
#define CIPHER_VERSION_NUMBER 4.5.0
6363
#endif
6464

6565
#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.4.3 community}}
49+
} {{4.5.0 community}}
5050
db close
5151
file delete -force test.db
5252

0 commit comments

Comments
 (0)