Full semver 2.0.0 implementation and validation by a number of tests.

This commit is contained in:
Marko Zivanovic
2015-10-08 16:00:22 +02:00
parent 76506c5ffd
commit 2f5981c7d5
7 changed files with 409 additions and 342 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ include_directories(
)
add_library(semver
version.cpp
Semver200_parser.cpp Semver200_comparator.cpp
)