Merge pull request #135 from Luminarys/master

Added in build version based on git hash
This commit is contained in:
Drew DeVault 2015-08-26 10:18:06 -04:00
commit c4257055eb
2 changed files with 17 additions and 1 deletions

View file

@ -78,7 +78,11 @@ int main(int argc, char **argv) {
debug = 1;
break;
case 'v': // version
// todo
#ifdef SWAY_GIT_VERSION
fprintf(stdout, "sway build %s\n", SWAY_GIT_VERSION);
#else
fprintf(stdout, "version not detected\n");
#endif
exit(0);
break;
case 'V': // verbose