version.c (300675f6fc464ea902932e6ee4aa2ac98e3f3c34) | version.c (21fa654189930b38d84e96afd7454cc466759583) |
---|---|
1/* 2 * Copyright (C) 1984-2012 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, see the README file. 8 */ --- 743 unchanged lines hidden (view full) --- 752v448 6/15/12 Print name of regex library in version message. 753v449 6/23/12 Allow config option --with-regex=none. 754v450 7/4/12 Fix EOF bug with ESC-F. 755v451 7/20/12 Fix typo. 756----------------------------------------------------------------- 757v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32. 758 Don't quit if errors in cmd line options. 759v453 10/27/12 Increase buffer sizes. | 1/* 2 * Copyright (C) 1984-2012 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, see the README file. 8 */ --- 743 unchanged lines hidden (view full) --- 752v448 6/15/12 Print name of regex library in version message. 753v449 6/23/12 Allow config option --with-regex=none. 754v450 7/4/12 Fix EOF bug with ESC-F. 755v451 7/20/12 Fix typo. 756----------------------------------------------------------------- 757v452 10/19/12 Fix --with-regex=none, fix "stty 0", fix Win32. 758 Don't quit if errors in cmd line options. 759v453 10/27/12 Increase buffer sizes. |
760v454 11/5/12 Fix typo. 761v455 11/5/12 Fix typo. 762v456 11/8/12 Fix option string incompatibility. |
|
760*/ 761 | 763*/ 764 |
762char version[] = "453"; | 765char version[] = "456"; |