This patch updates the copyright year information the i3 and
i3bar binaries show to the user.
socket_path = expand_path(optarg);
break;
case 'v':
- printf("i3bar version " I3_VERSION " © 2010-2011 Axel Wagner and contributors\n");
+ printf("i3bar version " I3_VERSION " © 2010-2014 Axel Wagner and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'b':
only_check_config = true;
break;
case 'v':
- printf("i3 version " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
+ printf("i3 version " I3_VERSION " © 2009-2014 Michael Stapelberg and contributors\n");
exit(EXIT_SUCCESS);
break;
case 'm':
- printf("Binary i3 version: " I3_VERSION " © 2009-2013 Michael Stapelberg and contributors\n");
+ printf("Binary i3 version: " I3_VERSION " © 2009-2014 Michael Stapelberg and contributors\n");
display_running_version();
exit(EXIT_SUCCESS);
break;