Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (#7204) Consolidate Semantic Versioning code. | Pieter van de Bruggen | 2011-07-19 | 1 | -0/+65 |
This introduces a class representing a semantic version, and implementing a few of the most common uses of them: validation, comparison, and finding the greatest available version matching a range. This refactoring also allows us to easily expand our matching of version ranges in the future, which is a big plus. Reviewed-By: Daniel Pittman |