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 =
1
TINY =
0
STRING =

PRE = “rc5”

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