Semantic versioning is a method for consistently assigning version numbers to various builds of your software. See http://semver.org for details.
This package includes utilities to deal with semantic versioning tasks:
Validate version numbers, valid.
Decide if a version is newer than another one,
gt, lt.
Increasing a version number, inc.
Sorting a list of version numbers, semver_sort.
Tools to specifies ranges of version numbers,
range.
Tools to check if a version number satisfied a range
requirement, satisfies.
The API and the implementation closely follows the Javascript semantic versioning implementation for the npm package manager, see https://github.com/npm/node-semver.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.