summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-17 23:26:50 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-17 23:26:50 +0100
commitb0e2da2b23e7497d0a145ecce9c1e08b6fab6dbf (patch)
tree4e5546046636b4fd866ffe1babb4d6bfaa6252fa
parent4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (diff)
patch 8.1.0946: Coveralls is not very usefulv8.1.0946
Problem: Coveralls is not very useful. Solution: Remove Coveralls badge, add badge for packages.
-rw-r--r--README.md4
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92257d39a5..c579ccc4c1 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
![Vim Logo](https://github.com/vim/vim/blob/master/runtime/vimlogo.gif)
[![Build Status](https://travis-ci.org/vim/vim.svg?branch=master)](https://travis-ci.org/vim/vim)
-[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
-[![Coverage Status](https://coveralls.io/repos/github/vim/vim/badge.svg?branch=master)](https://coveralls.io/github/vim/vim?branch=master)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/o2qht2kjm02sgghk?svg=true)](https://ci.appveyor.com/project/chrisbra/vim)
+[![Coverage Status](https://codecov.io/gh/vim/vim/coverage.svg?branch=master)](https://codecov.io/gh/vim/vim?branch=master)
[![Coverity Scan](https://scan.coverity.com/projects/241/badge.svg)](https://scan.coverity.com/projects/vim)
[![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/vim/vim.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/vim/vim/context:cpp)
[![Debian CI](https://badges.debian.net/badges/debian/testing/vim/version.svg)](https://buildd.debian.org/vim)
+[![Packages](https://repology.org/badge/tiny-repos/vim.svg)](https://repology.org/metapackage/vim)
## What is Vim? ##
diff --git a/src/version.c b/src/version.c
index 0d44663a2e..ad062ae06b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 946,
+/**/
945,
/**/
944,