MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getSoftwareVersion

Method getSoftwareVersion

src/General/Version.cpp:156–159  ·  view source on GitHub ↗

* Get software version. * * @return Software version */

Source from the content-addressed store, hash-verified

154 * @return Software version
155 */
156const char* Version::getSoftwareVersion()
157{
158 return SOFTWARE_VER;
159}
160
161/**
162 * Get software branch name, the software was built from.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected