1 2 3 4 5 6 7 8 9
#include "posix.h" #include "version.h" const struct muon_version muon_version = { .version = "@version@", .vcs_tag = "@vcs_tag@", .meson_compat = "0.0.0", /* declare this sensibly once complete */ };