Version functions

Functions for use with version strings. Version strings take the form "major.minor.build.revision".

Table of Contents

version::get-major - Get the major part of a version string.
version::get-minor - Get the minor part of a version string.
version::get-build - Get the build part of a version string.
version::get-revision - Get the revision part of a version string.
version::is-newer - Check if a version number is newer than another.
version::is-older - Check if a version number is older than another.
version::is-equal - Check if two version numbers are equal.