MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setVersion

Method setVersion

framework/modinfo.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 // don't enfore any versioning)
34 const UString &getVersion() const { return version; }
35 void setVersion(const UString &newVersion) { version = newVersion; }
36 // A "short" description
37 const UString &getDescription() const { return description; }
38 void setDescription(const UString &newDescription) { description = newDescription; }

Callers 2

main.cppFile · 0.80
getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected