forked from github/abduco
Update year to 2016
This commit is contained in:
parent
c6b2e7da31
commit
a0d8e45cfe
2
abduco.c
2
abduco.c
|
|
@ -608,7 +608,7 @@ int main(int argc, char *argv[]) {
|
||||||
client.flags |= CLIENT_LOWPRIORITY;
|
client.flags |= CLIENT_LOWPRIORITY;
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
puts("abduco-"VERSION" © 2013-2015 Marc André Tanner");
|
puts("abduco-"VERSION" © 2013-2016 Marc André Tanner");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue