Module: Copland::Version

Defined in:
lib/copland/version.rb

Overview

A simple module for holding version information about Copland.

Constant Summary collapse

MAJOR =
0
MINOR =
8
TINY =
0
STRING =
[ MAJOR, MINOR, TINY ].join( "." )