utelle / SQLite3MultipleCiphers

SQLite3 encryption extension with support for multiple ciphers
https://utelle.github.io/SQLite3MultipleCiphers/
MIT License
420 stars 77 forks source link

Typo in SQLite version in readme.md #151

Closed mxdamien closed 6 months ago

mxdamien commented 6 months ago

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

utelle commented 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.

utelle commented 6 months ago

Version 1.8.5 (based on SQLite 3.46.0) was released today. Version infos should now be correct - unless I introduced new typos. 😉