Module: Ap4r::VERSION
- Defined in:
- lib/ap4r/version.rb
Overview
Defines version number contants, and provides its string expression.
Constant Summary collapse
- MAJOR =
:nodoc:
0- MINOR =
3- TINY =
7- STRING =
[MAJOR, MINOR, TINY].join('.')
Defines version number contants, and provides its string expression.
:nodoc:
0
3
7
[MAJOR, MINOR, TINY].join('.')