diff src/version.c @ 11244:d9077ce382a8 v8.0.0508

patch 8.0.0508: Coveralls no longer shows per-file coverage commit https://github.com/vim/vim/commit/d722fd74d84c8e7119d9599b67388bd26a2dacf5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 25 17:46:59 2017 +0100 patch 8.0.0508: Coveralls no longer shows per-file coverage Problem: Coveralls no longer shows per-file coverage. Solution: Add coverage from codecov.io. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Mar 2017 18:00:05 +0100
parents 9612b93820a4
children 166d1de0ba9d
line wrap: on
line diff
--- 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 */
 /**/
+    508,
+/**/
     507,
 /**/
     506,