Initial version of semver 2.0.0 parser.

This commit is contained in:
Marko Zivanovic
2015-10-08 00:40:45 +02:00
commit 76506c5ffd
10 changed files with 763 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
include_directories(
../include
)
add_library(semver
version.cpp
)