Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 09-Dec-2009
A simple utility class that describes the version of a piece of software e.g. reasoner version.
A version number is assumed to be the following format: major.minor.patch.build.
Constructor Summary
Constructors
Constructor and Description
Version(int major,
int minor,
int patch,
int build)