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
5 changes: 2 additions & 3 deletions sqlite3/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sqlite3
-------

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

"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3430000.zip (SQLite 3.43.0 2023-08-24)
"sqlite3.c" and "sqlite3.h" files from sqlite-amalgamation-3450300.zip (SQLite 3.45.3 2024-04-15)

Those files are provided for easy setup and compatibility under Windows/Linux/MacOS.
They are used by default by the CMake build.
Expand All @@ -13,4 +13,3 @@ Use -DSQLITECPP_INTERNAL_SQLITE=OFF to link against the Linux "libsqlite3-dev" p
### License:

All of the code and documentation in SQLite has been dedicated to the public domain by the authors.

Loading