commit | 0a657124a57baa10c65554f04c7806e939927830 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Fri Dec 30 17:28:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 17:28:12 2022 +0000 |
tree | e2261987cf60cb94a84c00830e6dbef14aeed97f | |
parent | 7b0afc1d7698a79423c7b066a5d8d20dbb8a295a [diff] [blame] |
patch 9.0.1113: users cannot easily try out a PR Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
diff --git a/src/version.c b/src/version.c index 4286a67..d4abf68 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1113, +/**/ 1112, /**/ 1111,