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

@ -996,7 +996,7 @@ bool parse_file(const char *f, bool use_nagbar) {
check_for_duplicate_bindings(context);
if (use_nagbar && (context->has_errors || context->has_warnings)) {
ELOG("FYI: You are using i3 version " I3_VERSION "\n");
ELOG("FYI: You are using i3 version %s\n", i3_version);
if (version == 3)
ELOG("Please convert your configfile first, then fix any remaining errors (see above).\n");