Closed mxdamien closed 6 months ago
It seems like there is small typo in readme.md regarding the SQLite Version. According to the commit history and the version in sqlite3.h SQLite3MultipleCiphers 1.8.4 is based on SQLite 3.4.2.
The information in the header file is correct.
The Readme states SQLite 3.45.5, which is not yet released.
As you correctly pointed out the version number in the readme file is a typo. The next SQLite version will be most likely 3.46.0 - and AFAIK the release is planned for May 28 (although the date may shift slightly).
The version information in the readme file will be fixed in conjunction with the update to SQLite version 3.46.0 - shortly after the official release of the new version.
Version 1.8.5 (based on SQLite 3.46.0) was released today. Version infos should now be correct - unless I introduced new typos. 😉
Hello !
It seems like there is small typo in readme.md regarding the SQLite Version. According to the commit history and the version in sqlite3.h SQLite3MultipleCiphers 1.8.4 is based on SQLite 3.4.2. The Readme states SQLite 3.45.5, which is not yet released.
https://github.com/utelle/SQLite3MultipleCiphers/blob/80722b01faeb96328579c5cd594a722240040c7f/src/sqlite3.h#L149
https://github.com/utelle/SQLite3MultipleCiphers/blob/80722b01faeb96328579c5cd594a722240040c7f/readme.md?plain=1#L14
Best regards,
David