Now that LuaRT has been made open source, it's time to use a new release method to get proper release times.
LuaRT versions are made up of 3 numbers, separated by a dot :
MAJOR RELEASE . MINOR VERSION . BUGFIX VERSION
MAJOR RELEASE
The first number corresponds to a major release of LuaRT, which results in significant changes to LuaRT modules/APIs, resulting in incompatibility with previous releases.
MINOR VERSION
The second number represents minor changes that do not cause incompatibilities with previous versions, such as new features.
BUGFIX VERSION
Finally, the last number corresponds to a bugfix release.
With this semantic versioning, bugfix releases will be available faster, as well as new features.