aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c
index 84f8eb6e..cd949e1e 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -12,6 +12,7 @@
#include <sys/un.h>
#include <unistd.h>
#include <wlr/util/log.h>
+#include <wlr/version.h>
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/server.h"
@@ -344,6 +345,7 @@ int main(int argc, char **argv) {
}
sway_log(SWAY_INFO, "Sway version " SWAY_VERSION);
+ sway_log(SWAY_INFO, "wlroots version " WLR_VERSION_STR);
log_kernel();
log_distro();
log_env();