Fix year in version

This commit is contained in:
Ivan Tham 2016-10-29 00:43:20 +08:00
parent 3678854ad1
commit b5d373cbb4

2
spt.c
View File

@ -124,7 +124,7 @@ main(int argc, char *argv[])
notifycmd = EARGF(usage());
break;
case 'v':
die("spt " VERSION " © 2015 spt engineers, "
die("spt " VERSION " © 2015-2016 spt engineers, "
"see LICENSE for details\n");
default:
usage();