diff options
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"; |
