Define THRUST_VERSION

Define Documentation

THRUST_VERSION

The preprocessor macro THRUST_VERSION encodes the version number of the Thrust library.

THRUST_VERSION % 100 is the sub-minor version. THRUST_VERSION / 100 % 1000 is the minor version. THRUST_VERSION / 100000 is the major version.