Fix year in version
This commit is contained in:
parent
3678854ad1
commit
b5d373cbb4
2
spt.c
2
spt.c
|
@ -124,7 +124,7 @@ main(int argc, char *argv[])
|
||||||
notifycmd = EARGF(usage());
|
notifycmd = EARGF(usage());
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
die("spt " VERSION " © 2015 spt engineers, "
|
die("spt " VERSION " © 2015-2016 spt engineers, "
|
||||||
"see LICENSE for details\n");
|
"see LICENSE for details\n");
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user