Class MajorMinorCharVersionConverter

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.version.VersionConverter
org.emau.icmvc.ganimed.ttp.cm2.version.MajorMinorCharVersionConverter

public class MajorMinorCharVersionConverter extends VersionConverter
format: "x.y.z"; 0 <= x <= 999; 0 <= y <= 999; 'a' <= z <= 'z'
also valid:
"x.y"; 0 <= x <= 999; 0 <= y <= 999
"x"; 0 <= x <= 999
attention: a.0b = a.b
Author:
geidell