Version queries¶
This module contains information about the library version.
-
reikna.version.
version
¶ A tuple with version numbers, major components first.
-
reikna.version.
full_version
¶ A string fully identifying the current build.
-
reikna.version.
git_revision
¶ A string with Git SHA identifying the revision used to create this build.
-
reikna.version.
release
¶ A boolean variable, equals
True
if current version is a release version.