aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r--contrib/less/version.c20
1 files changed, 11 insertions, 9 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c
index 096ae2066728..926e84067aed 100644
--- a/contrib/less/version.c
+++ b/contrib/less/version.c
@@ -1,11 +1,11 @@
-/*
- * Copyright (C) 1984-2012 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.
- *
- * For more information, see the README file.
- */
+/*
+ * Copyright (C) 1984-2012 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.
+ *
+ * For more information, see the README file.
+ */
/*
@@ -751,6 +751,8 @@ v446 5/15/12 Up/down arrows in cmd editing search for matching cmd.
v447 5/21/12 Add ESC-F command, two-pipe LESSOPEN syntax.
v448 6/15/12 Print name of regex library in version message.
v449 6/23/12 Allow config option --with-regex=none.
+v450 7/4/12 Fix EOF bug with ESC-F.
+v451 7/20/12 Fix typo.
*/
-char version[] = "449";
+char version[] = "451";