index

Reference: Version

ANGELSCRIPT_VERSION
ANGELSCRIPT_VERSION_MAJOR
ANGELSCRIPT_VERSION_MINOR
ANGELSCRIPT_VERSION_BUILD
ANGELSCRIPT_VERSION_STRING

ANGELSCRIPT_VERSION

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.

ANGELSCRIPT_VERSION_MAJOR

The major version number.

ANGELSCRIPT_VERSION_MINOR

The minor version number. This is incremented each time the interface changes.

ANGELSCRIPT_VERSION_BUILD

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.

ANGELSCRIPT_VERSION_STRING

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.

top