| 181 | String getProjectLineFeed() const { return projectLineFeedValue.get(); } |
| 182 | |
| 183 | String getVersionString() const { return versionValue.get(); } |
| 184 | String getVersionAsHex() const { return build_tools::getVersionAsHex (getVersionString()); } |
| 185 | int getVersionAsHexInteger() const { return build_tools::getVersionAsHexInteger (getVersionString()); } |
| 186 | void setProjectVersion (const String& newVersion) { versionValue = newVersion; } |
no test coverage detected