From bd6428b9e79ed85b54ea7eaa11871fa09d63ab6f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 10 Oct 2020 22:34:36 +0200 Subject: patch 8.2.1829: warnings when executing Github actions Problem: Warnings when executing Github actions. Solution: Use another method to set environment variables. (Ken Takata, closes #7107) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/version.c b/src/version.c index abec6fbc0e..388932fd5f 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1829, /**/ 1828, /**/ -- cgit v1.2.3