ANGELSCRIPT_VERSION ANGELSCRIPT_VERSION_MAJOR ANGELSCRIPT_VERSION_MINOR ANGELSCRIPT_VERSION_BUILD ANGELSCRIPT_VERSION_STRING
The complete version number. The build number in the lowest byte, the minor version in the next byte, and the major version number in the third byte.
The major version number.
The minor version number. This is incremented each time the interface changes.
The build number. This is incremented with each release with new implementation. If only the build number has changed the library should still be compatible.
This is the version string that can be obtained with a call to asGetLibraryVersion(). It may contain additional version information such as beta status or a letter indicating bug fixes.