vimdaloo.version.SemanticVersion
¶
Subclasses
SemanticVersion() | constructor |
getMajor() | major getter |
getMinor() | minor getter |
getPatch() | patch getter |
getPrerelease() | prerelease getter |
getBuild() | build getter |
constructor
self | () | |
prefix | (string) | the prefix |
value | (string) | the value |
(vimdaloo.version.SemanticVersion) |
major getter
(string) | major the major section |
minor getter
(string) | minor the minor section |
patch getter
(string) | patch the patch section |
prerelease getter
(string) | prerelease the prerelease section |
build getter
(string) | build the build section |