]> git.sur5r.net Git - i3/i3/commit
ipc: implement GET_VERSION to find out the i3 version
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 12:29:19 +0000 (14:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Aug 2012 12:30:05 +0000 (14:30 +0200)
commit78f5f2204d3b25ce0bac948eb7c0ed8d35808262
tree80ac7abf1b2d3b18d588fc09e04bcdb6a0b48b6d
parentf80b877c6b7042f51f8340dde48ab6336039c8f3
ipc: implement GET_VERSION to find out the i3 version

This is useful for third-party scripts which require certain features
and want to error out cleanly when they are run with an old i3 version.

Additionally, i3 --version might be different from what’s actually
running (an old version of the binary), so i3-msg -t get_version will be
the best way to figure out the i3 version you are actually running from
this commit on.
common.mk
docs/ipc
i3-msg/main.c
include/i3/ipc.h
man/i3-msg.man
src/ipc.c
testcases/t/193-ipc-version.t [new file with mode: 0644]