summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-11-04 20:47:39 +0000
committerXin LI <delphij@FreeBSD.org>2012-11-04 20:47:39 +0000
commit55772d5d72ea3532365f6c31b4599229763e64b1 (patch)
treebd9a3fd634e94850ccb1a2e5934cc981b30f9eb2 /version.c
parent9fd1a2751f1696d0214ae5bd77550d31eb4dcd2e (diff)
Diffstat (limited to 'version.c')
-rw-r--r--version.c6
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";