Skip to content

Commit cd89098

Browse files
committed
Updates version to 4.11.0
1 parent e3ee52a commit cd89098

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Notable changes to this project are documented in this file.
33

44
## [4.11.0] - (? 2025 - [4.11.0 changes])
5+
- Converts log output to UTF-16 when writing to stdout or stderr on Windows
6+
- Fixes scope issues to allow --disable-amalgamation to work properly
57

68
## [4.10.0] - (August 2025 - [4.10.0 changes])
79
- Updates baseline to SQLite 3.50.4

src/sqlcipher.c

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

9999
#ifndef CIPHER_VERSION_NUMBER
100-
#define CIPHER_VERSION_NUMBER 4.10.0
100+
#define CIPHER_VERSION_NUMBER 4.11.0
101101
#endif
102102

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

0 commit comments

Comments
 (0)