cpp-semver
cpp-semver copied to clipboard
API to increase/decrease the version number
Hello! I need to increase the version number of a particular part, but there seems to be no API in the library can do such things. Can it be implemented? ;-D
Hi @tanpero sorry for the very late reply. Yes, it could be done.
It can be also done with semver::major( version ), semver::minor( version ), semver::patch( version ) APIs to reconstruct new version string.