This is the version 0.2.0 of the LDBI+SQLi library.

The format of the version number is: <major>.<minor>.<patch>.
A change in the patch number means bugfixes.
A change in the minor number means small changes in the core.
A change in the major number means that a lot of small changes in the core
are finished and library is stable.

Currently the major is 0, so a change in the minor number means that big
changes have been made and a change in the patch number means that small
changes have been made, bug fixes are implicit. That's why I'm developing
this library from scratch.

Starting from the first major release all the stable releases will have 0
as minor number. A release isn't stable if the minor number is greater than 0.

The version number of a BETA (bug fixes only, no feature enhancements) release
never change in its minor number, will change only the patch number.
The version number of an ALPHA release (feature enhancements + bugfixes)
changes in its minor and patch number.
When a release becomes stable the major number changes and minor and patch
numbers are set to 0.
Pre-release version numbers can be suffixed by the string -rc<n> where n
is the issue number of the release starting from 1. 'rc' stands by release
candidate.

