The base :: version module

The base :: version module provides functions, constants and global variables for the implementation of AVSLib version reporting capabilities.

Required modules

None

Functions

NameDescription

AvslibVersion()

Returns a clip with AVSLib's version and copyright information...

AvslibVersionNumber()

Returns the AVSLib's version number as a float...

AvslibVersionString()

Returns a string with the AVSLib's version number...

Constants

NameDescription

AVISYNTH_NUM_MAJOR

The first digit in Avisynth's version number, as an int.

AVISYNTH_NUM_MINOR

The second digit in Avisynth's version number, as an int.

AVISYNTH_NUM_PATCH

The third digit in Avisynth's version number, as an int.

AVSLIB_NUM_MAJOR

The first digit in AVSLib's version number, as an int.

AVSLIB_NUM_MINOR

The second digit in AVSLib's version number, as an int.

AVSLIB_NUM_PATCH

The third digit in AVSLib's version number, as an int.

Variables

None