From 8473ea4b722b7f255590078ac9868538d853f5dd Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Tue, 12 May 2026 21:23:22 +0300 Subject: [PATCH] main: update --version string --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 53f85623..501c2b7a 100644 --- a/src/main.c +++ b/src/main.c @@ -67,7 +67,7 @@ static void print_version(void) { #define FEATURE_ENABLED(feature) (HAVE_##feature ? "+" : "-") - printf("labwc %s (%sxwayland %snls %srsvg %slibsfdo) running on wlroots %d.%d.%d\n", + printf("labwc %s (%sxwayland %snls %srsvg %slibsfdo) wlroots-%d.%d.%d\n", LABWC_VERSION, FEATURE_ENABLED(XWAYLAND), FEATURE_ENABLED(NLS),