Module: NMatrix::VERSION

Defined in:
lib/nmatrix/version.rb

Overview

Note that the format of the VERSION string is needed for NMatrix native IO. If you change the format, please make sure that native IO can still understand NMatrix::VERSION.

Constant Summary collapse

MAJOR =

:nodoc:

0
MINOR =
2
TINY =
1
STRING =

PRE = “a”

[MAJOR, MINOR, TINY].compact.join(".")