]> git.sur5r.net Git - i3/i3/commitdiff
bump copyright in --version (Thanks joepd)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Apr 2012 11:04:24 +0000 (13:04 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Apr 2012 11:04:24 +0000 (13:04 +0200)
src/main.c

index d75984682118514e9c2a55a3121f41b7e5329ef3..14786d290686aa5317fc847d9da2539e72dde304 100644 (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);