bump copyright in --version (Thanks joepd)

next
Michael Stapelberg 2012-04-22 13:04:24 +02:00
parent 2c23eb4c75
commit cc9f0ab353
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ int main(int argc, char *argv[]) {
only_check_config = true;
break;
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);
case 'V':
set_verbosity(true);