diff --git a/src/main.c b/src/main.c index d7598468..14786d29 100644 --- a/src/main.c +++ b/src/main.c @@ -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);