Deleted Added
full compact
version.c (170964) version.c (172468)
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 679 unchanged lines hidden (view full) ---

688-----------------------------------------------------------------
689v401 3/24/07 Minor documentation fixes.
690v402 3/30/07 Fix autoconf bug when memcpy etc are inline;
691 fix bug in terminating number following -j option.
692v403 5/25/07 Fix Windows build.
693v404 6/5/07 Fix display bug with F command and long lines.
694v405 6/17/07 Fix display bug when using -w option.
695v406 6/17/07 Fix secure build.
1/*
2 * Copyright (C) 1984-2007 Mark Nudelman
3 *
4 * You may distribute under the terms of either the GNU General Public
5 * License or the Less License, as specified in the README file.
6 *
7 * For more information about less, or for information on how to
8 * contact the author, see the README file.

--- 679 unchanged lines hidden (view full) ---

688-----------------------------------------------------------------
689v401 3/24/07 Minor documentation fixes.
690v402 3/30/07 Fix autoconf bug when memcpy etc are inline;
691 fix bug in terminating number following -j option.
692v403 5/25/07 Fix Windows build.
693v404 6/5/07 Fix display bug with F command and long lines.
694v405 6/17/07 Fix display bug when using -w option.
695v406 6/17/07 Fix secure build.
696v407 8/16/07 Fix bugs; support CSI chars.
697v408 10/1/07 Fix bug in -i with non-ASCII chars.
696*/
697
698*/
699
698char version[] = "406";
700char version[] = "408";