Implement methods to modify version object in various ways (#2)

* Initial implementation of non-mutable setting and resetting version components.

* Document new functionality in source code and update README.
This commit is contained in:
2017-01-05 21:18:51 +01:00
committed by GitHub
parent 0ca0088ee2
commit f24208aa9f
9 changed files with 683 additions and 76 deletions
+6
View File
@@ -26,3 +26,9 @@ target_link_libraries(semver200_version_tests
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
semver
)
add_executable(semver200_modifier_tests semver200_modifier_tests.cpp clang_fixes.cpp)
target_link_libraries(semver200_modifier_tests
${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
semver
)