make i3bar use i3’s common.mk

This commit is contained in:
Michael Stapelberg
2011-08-01 16:13:19 +02:00
parent 22bac9fd9a
commit 339a7cb8c3
6 changed files with 7 additions and 47 deletions

View File

@ -184,7 +184,7 @@ int main(int argc, char **argv) {
config.disable_ws = 1;
break;
case 'v':
printf("i3bar version " I3BAR_VERSION " © 2010-2011 Axel Wagner and contributors\n");
printf("i3bar version " I3_VERSION " © 2010-2011 Axel Wagner and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'V':