Constructs a Version from a version string (e.g., "1.2").
Version.fromString(String string) { this.string = string; }