summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2022-12-30 17:28:12 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-30 17:28:12 +0000
commit0a657124a57baa10c65554f04c7806e939927830 (patch)
treee2261987cf60cb94a84c00830e6dbef14aeed97f /src
parent7b0afc1d7698a79423c7b066a5d8d20dbb8a295a (diff)
downloadvim-git-0a657124a57baa10c65554f04c7806e939927830.tar.gz
patch 9.0.1113: users cannot easily try out a PRv9.0.1113
Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762)
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 4286a67c3..d4abf68e1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1113,
+/**/
1112,
/**/
1111,