about summary refs log tree commit diff stats
diff options
context:
space:
mode:
author2016-01-03 09:01:20 +0100
committer2016-01-03 09:01:20 +0100
commitdf8261e89f7e98c822328d8f261c46fa55f3cf86 (patch)
tree06119edc17f32443519e3407973f101fbe11016c
parent7f6085d42a4d57d3c9b3ea85a516782f7e80d1fe (diff)
downloadtabbed-df8261e89f7e98c822328d8f261c46fa55f3cf86.tar.gz
-rw-r--r--tabbed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabbed.c b/tabbed.c
index 1c7fc6d..ea43d34 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -1307,7 +1307,7 @@ main(int argc, char *argv[]) {
 		urgfgcolor = EARGF(usage());
 		break;
 	case 'v':
-		die("tabbed-"VERSION", © 2009-2015"
+		die("tabbed-"VERSION", © 2009-2016"
 			" tabbed engineers, see LICENSE"
 			" for details.\n");
 		break;