diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-12-03 18:58:12 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-12-03 18:58:12 +0000 |
commit | fcf6d6d329faff855e12d3a0758197b6a73842ba (patch) | |
tree | b22d626839d514131838d919ae45dc1b039f4236 /version.c | |
parent | 55772d5d72ea3532365f6c31b4599229763e64b1 (diff) |
Diffstat (limited to 'version.c')
-rw-r--r-- | version.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/version.c b/version.c index afe3bd02b9d9..f11a0fa7ef5a 100644 --- a/version.c +++ b/version.c @@ -757,6 +757,9 @@ 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. +v454 11/5/12 Fix typo. +v455 11/5/12 Fix typo. +v456 11/8/12 Fix option string incompatibility. */ -char version[] = "453"; +char version[] = "456"; |