MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / get_guiversion

Function get_guiversion

src/common/utils.cpp:132–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132const std::string get_guiversion()
133{
134#ifdef CONFIGURE_GIT_REVISION
135 return std::string(PACKAGE_NAME)
136 + "#git:" + std::string(CONFIGURE_GIT_REVISION CONFIGURE_GIT_FLAGS);
137#else
138 return std::string(PACKAGE_NAME "/" PACKAGE_GUIVERSION);
139#endif
140}
141
142
143/**

Callers 1

fetch_configurationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected