commit | 2ff7e7e16db4791ec3fe45766120552ece42e8a6 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Fri Jun 17 21:27:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 21:27:38 2022 +0100 |
tree | b9f1d0b20e11ebdb10b1f907ff40ea7b78231da4 | |
parent | f9f2a330b961fe1623d428b61afdc52f0af0a666 [diff] |
patch 8.2.5119: CI uses cache v2 Problem: CI uses cache v2. Solution: Use cache v3. (closes #10588)
diff --git a/src/version.c b/src/version.c index 6ea4a37..b9b3347 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5119, +/**/ 5118, /**/ 5117,