| 18 | #include <wayfire/nonstd/wlroots.hpp> |
| 19 | |
| 20 | static 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 | |
| 27 | static void print_version_and_exit() |
| 28 | { |
no outgoing calls
no test coverage detected