bump copyright in --version (Thanks joepd)
This commit is contained in:
parent
2c23eb4c75
commit
cc9f0ab353
|
@ -324,7 +324,7 @@ int main(int argc, char *argv[]) {
|
||||||
only_check_config = true;
|
only_check_config = true;
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
printf("i3 version " I3_VERSION " © 2009-2011 Michael Stapelberg and contributors\n");
|
printf("i3 version " I3_VERSION " © 2009-2012 Michael Stapelberg and contributors\n");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
case 'V':
|
case 'V':
|
||||||
set_verbosity(true);
|
set_verbosity(true);
|
||||||
|
|
Loading…
Reference in New Issue