summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-19 20:34:59 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-19 20:34:59 +0100
commit40e280d949fa26e33f69c4bf80ccc0b70f2e13f6 (patch)
tree109970e03f15ef98867cbf23f10d3b8a4917e9f9 /src/version.c
parent7221fce8b395972b57aea5f36ba2844fe1d4c259 (diff)
downloadvim-git-8.0.1321.tar.gz
patch 8.0.1321: can't build huge version with Athenav8.0.1321
Problem: Can't build huge version with Athena. (Mark Kelly) Solution: Move including beval.h to before structs.h. Include beval.pro like other proto files.
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 324a3601d..48e329382 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1321,
+/**/
1320,
/**/
1319,