Store Git commit identifier in its own object

Fixes #1640
This commit is contained in:
Deiz
2015-04-06 18:28:40 -04:00
parent 1546891e6a
commit cd4bc2adf5
5 changed files with 20 additions and 6 deletions

View File

@ -791,7 +791,7 @@ IPC_HANDLER(get_version) {
y(integer, PATCH_VERSION);
ystr("human_readable");
ystr(I3_VERSION);
ystr(i3_version);
y(map_close);