summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-06 14:17:16 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-06 14:17:16 +0100
commit98500fdc6119eb5f02d7a52ab6ffcac3085181be (patch)
treee48f9e1c38cde2e2b163f584707bdf5408b7436e /src/version.c
parent4a08b0dc4dd70334056fc1bf069b5e938f2ed7d5 (diff)
patch 8.0.0067v8.0.0067
Problem: VMS has a problem with infinity. Solution: Avoid an overflow. (Zoltan Arpadffy)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a19ef5b506..548d578ef3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 67,
+/**/
66,
/**/
65,