From: Michael Stapelberg Date: Sat, 4 Jan 2014 11:06:21 +0000 (+0100) Subject: docs/debugging: use a version command that will work with i3 < 4.3 X-Git-Tag: 4.7.1~4^2~1 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=a37f784945056f51a5f8829e64c3d8e26eebdb44 docs/debugging: use a version command that will work with i3 < 4.3 --- diff --git a/docs/debugging b/docs/debugging index 88948c50..9dec3056 100644 --- a/docs/debugging +++ b/docs/debugging @@ -16,7 +16,7 @@ Only the latest major version of i3 is supported, i.e. version 4.7 currently. To verify which version you are running, use: --------------- -$ i3 --moreversion +$ i3 --moreversion 2>&- || i3 --version Binary i3 version: 4.7 (2013-12-22, branch "tags/4.7") Running i3 version: 4.7-84-gac74a63 (2014-01-01, branch "next") (pid 1995) ---------------