From: Michael Stapelberg Date: Sun, 22 Apr 2012 11:04:24 +0000 (+0200) Subject: bump copyright in --version (Thanks joepd) X-Git-Tag: 4.2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cc9f0ab353f018495c78ca0646a9b37c06f612fa;p=i3%2Fi3 bump copyright in --version (Thanks joepd) --- 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);