Ensures that a version string is in VM-m-p format for Libera filenaming. M, m, and p are integers
representing Major, minor, and patch respectively.
- Parameters:
version (str) – Version string to validate
- Returns:
True if version string is in VM-m-p format, False otherwise
- Return type:
bool