summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-09-15 19:18:18 +0200
committerBram Moolenaar <Bram@vim.org>2015-09-15 19:18:18 +0200
commit0600f3511c6018cbcdb170a904bcf6533a06bf2d (patch)
treeee36908d3fdc54e119e7daf85ffe8eda09b58f7f /src
parent7b256fe7445b46929f660ea74e9090418f857696 (diff)
patch 7.4.872v7.4.872
Problem: Not using CI services available. Solution: Add configuration files for travis and appveyor. (PR #401)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 20107c5015..53da1ea2a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 872,
+/**/
871,
/**/
870,