Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ Version 3.3.3 - 2025 May 20

Version 3.4.0 - 2026 ???

- Update SQLite from 3.49.2 to 3.51.3 (2026-03-13) (#526) (#538)
- Update SQLite from 3.49.2 to 3.53.2 (2026-06-03) (#526) (#538) (#548)
- Add a `SQLITECPP_install` CMake option to make the install targets optional (#512)
- Generalize the CMake SQLite and key API to ease use of SQLite3 Multiple Ciphers (#532)
- Set `cmake_minimum_required` policy max to support CMake 4.0 (#519)
Expand Down
2 changes: 1 addition & 1 deletion sqlite3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sqlite3

Copyright (c) 2012-2026 Sebastien Rombauts (sebastien.rombauts@gmail.com)

"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3510300.zip (SQLite 3.51.3 2026-03-13)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3530200.zip (SQLite 3.53.2 2026-06-03)

Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.
Expand Down
Loading
Loading