- java.lang.Object
-
- com.ibm.gpu.Version
-
public class Version extends Object
Acts as an accessor to the current build level of the ibmgpu library. The main method can be launched from the command line, which will print the current level to stdout.
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Prints the current level of ibmgpu to stdout.
-
-
-
Field Detail
-
VERSION
protected static final String VERSION
The current build level of this package.- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
Prints the current level of ibmgpu to stdout.- Parameters:
args
- unused
-
-