diff options
| author | Xin LI <delphij@FreeBSD.org> | 2012-11-04 20:47:39 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2012-11-04 20:47:39 +0000 |
| commit | 55772d5d72ea3532365f6c31b4599229763e64b1 (patch) | |
| tree | bd9a3fd634e94850ccb1a2e5934cc981b30f9eb2 /version.c | |
| parent | 9fd1a2751f1696d0214ae5bd77550d31eb4dcd2e (diff) | |
Diffstat (limited to 'version.c')
| -rw-r--r-- | version.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/version.c b/version.c index 926e84067aed..afe3bd02b9d9 100644 --- a/version.c +++ b/version.c @@ -753,6 +753,10 @@ 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. +----------------------------------------------------------------- +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. */ -char version[] = "451"; +char version[] = "453"; |
