diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-05-13 05:27:43 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-05-13 05:27:43 +0000 |
commit | 368ca3013fcfe6e0e9470294fdc2f837025fa519 (patch) | |
tree | e98f33b02a182d2465d20464a312850c578da5c1 /version.c | |
parent | fcf6d6d329faff855e12d3a0758197b6a73842ba (diff) | |
download | src-368ca3013fcfe6e0e9470294fdc2f837025fa519.tar.gz src-368ca3013fcfe6e0e9470294fdc2f837025fa519.zip |
Vendor import of less v458.vendor/less/v458
Notes
Notes:
svn path=/vendor/less/dist/; revision=250590
svn path=/vendor/less/v458/; revision=250591; tag=vendor/less/v458
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/version.c b/version.c index f11a0fa7ef5a..d3ecd14fd713 100644 --- a/version.c +++ b/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"; |