commit | 5e0c004f0cef949d0933d2bfaa8fd0e86d675846 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Tue Dec 06 16:56:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 16:56:44 2022 +0000 |
tree | 1de0cbcd5de3f6fefc18727b28a4863c942d4198 | |
parent | a8cdb4eef83bce8614991f1191f8c8879fda4dc1 [diff] [blame] |
patch 9.0.1024: CI doesn't use the latest FreeBSD version Problem: CI doesn't use the latest FreeBSD version. Solution: Go from 12.3 to 12.4. (closes #11423)
diff --git a/src/version.c b/src/version.c index 5db72d2..7360dc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1024, +/**/ 1023, /**/ 1022,