MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / get_version_string

Function get_version_string

src/main.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include <wayfire/nonstd/wlroots.hpp>
19
20static std::string get_version_string()
21{
22 return std::string(WAYFIRE_VERSION) + "-" + wf::version::git_commit +
23 " (" + __DATE__ + ") branch " + wf::version::git_branch +
24 " wlroots-" + WLR_VERSION_STR;
25}
26
27static void print_version_and_exit()
28{

Callers 3

print_version_and_exitFunction · 0.85
print_helpFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected