aboutsummaryrefslogtreecommitdiff
path: root/lessecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'lessecho.c')
-rw-r--r--lessecho.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lessecho.c b/lessecho.c
index bf6f19d78ccf..6dcaf6c820b9 100644
--- a/lessecho.c
+++ b/lessecho.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2009 Mark Nudelman
+ * Copyright (C) 1984-2011 Mark Nudelman
*
* You may distribute under the terms of either the GNU General Public
* License or the Less License, as specified in the README file.
@@ -28,7 +28,7 @@
#include "less.h"
-static char *version = "$Revision: 1.13 $";
+static char *version = "$Revision: 1.14 $";
static int quote_all = 0;
static char openquote = '"';