blob: c2e1cc7262552c2ccf3ec1a9e4fd09894a818fa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Semver
A C++ class for handling semantic versioning as detailed at http://semver.org/.
Bonus: experimental testing with Haskell's QuickCheck.
### Status
[![Build Status](https://travis-ci.org/elbeno/semver.svg?branch=master)](https
://travis-ci.org/elbeno/semver)
[![Build status](https://ci.appveyor.com/api/projects/status/ve1bvyxharcq9gv3?svg=true)](https://ci.appveyor.com/project/elbeno/semver)
This project is distributed under some license. See LICENSE for details.
|