commit | 18f7593e57730e6de7c2cf47c87e44252cfbb61e | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Sat Feb 12 10:53:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 10:53:07 2022 +0000 |
tree | ec837341eb6f92314355fcc0a4e876b87aba9577 | |
parent | 0c3cc2fec31521b0697edc406f85b7a43e979860 [diff] [blame] |
patch 8.2.4353: CI does not use the latest Lua and Python Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744)
diff --git a/src/version.c b/src/version.c index 7c72e8f..8919e59 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4353, +/**/ 4352, /**/ 4351,