patch 8.0.1247: not easy to find Debian build info
Problem: Not easy to find Debian build info.
Solution: Add a badge in the README file. (Dominique Pelle)
diff --git a/README.md b/README.md
index 53795a7..c608256 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
[](https://coveralls.io/github/vim/vim?branch=master)
[](https://ci.appveyor.com/project/chrisbra/vim)
[](https://scan.coverity.com/projects/vim)
++[](https://buildd.debian.org/vim)[](https://buildd.debian.org/vim)
## What is Vim? ##
diff --git a/src/version.c b/src/version.c
index fabb4d9..7bf3f43 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1247,
+/**/
1246,
/**/
1245,