Skip to content

Commit 693abfa

Browse files
committed
Updates version number to 4.14.0
1 parent 222bdca commit 693abfa

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SQLCipher Change Log
22
Notable changes to this project are documented in this file.
33

4+
## [4.14.0] - (? 2026 - [4.14.0 changes])
5+
46
## [4.13.0] - (January 2026 - [4.13.0 changes])
57
- Updates baseline to SQLite 3.51.2
68
- Corrects encoding for `sqlcipher_export()` function registration
@@ -322,6 +324,8 @@ Notable changes to this project are documented in this file.
322324
### Security
323325
- Change KDF iteration length from 4,000 to 64,000
324326

327+
[4.14.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.14.0
328+
[4.14.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.13.0...v4.14.0
325329
[4.13.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.13.0
326330
[4.13.0 changes]: https://github.com/sqlcipher/sqlcipher/compare/v4.12.0...v4.13.0
327331
[4.12.0]: https://github.com/sqlcipher/sqlcipher/tree/v4.12.0

src/sqlcipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void sqlite3pager_reset(Pager *pPager);
9595
#define CIPHER_STR(s) #s
9696

9797
#ifndef CIPHER_VERSION_NUMBER
98-
#define CIPHER_VERSION_NUMBER 4.13.0
98+
#define CIPHER_VERSION_NUMBER 4.14.0
9999
#endif
100100

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

0 commit comments

Comments
 (0)