master hovercats/oakiss / pkg / muon / version.c
 1#include "compat.h"
 2
 3#include "version.h"
 4
 5const struct muon_version muon_version = {
 6	.version = "0.6.0",
 7	.vcs_tag = "",
 8	.meson_compat = "1.7.99",
 9	.platform = "posix",
10	.compiler = "cc",
11};