summaryrefslogtreecommitdiffstats
path: root/contrib/less/version.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-05-13 06:52:46 +0000
committerdelphij <delphij@FreeBSD.org>2013-05-13 06:52:46 +0000
commit125cfd090f2af4935b7cbe526d98acec194a0b51 (patch)
treedae8c7ca2bd0438fe94a32ba65e342b324b29906 /contrib/less/version.c
parent05a725b2d7d8814e7c9604b2ee91737853586bb3 (diff)
downloadFreeBSD-src-125cfd090f2af4935b7cbe526d98acec194a0b51.zip
FreeBSD-src-125cfd090f2af4935b7cbe526d98acec194a0b51.tar.gz
MFV: less v458.
MFC after: 2 weeks
Diffstat (limited to 'contrib/less/version.c')
-rw-r--r--contrib/less/version.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/less/version.c b/contrib/less/version.c
index f11a0fa..d3ecd14 100644
--- a/contrib/less/version.c
+++ b/contrib/less/version.c
@@ -754,12 +754,14 @@ 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.
-----------------------------------------------------------------
-v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32.
+v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32.
Don't quit if errors in cmd line options.
-v453 10/27/12 Increase buffer sizes.
-v454 11/5/12 Fix typo.
-v455 11/5/12 Fix typo.
-v456 11/8/12 Fix option string incompatibility.
+v453 10/27/12 Increase buffer sizes.
+v454 11/5/12 Fix typo.
+v455 11/5/12 Fix typo.
+v456 11/8/12 Fix option string incompatibility.
+v457 12/8/12 Use new option string syntax only after --use-backslash.
+v458 4/4/13 Fix display bug in using up/down in cmd buffer.
*/
-char version[] = "456";
+char version[] = "458";
OpenPOWER on IntegriCloud