commit | b7af5a044525b72ad607a8bf4fcfff9b9b7565df | [log] [tgz] |
---|---|---|
author | Naruhiko Nishino <naru123456789@gmail.com> | Sun Oct 09 13:28:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 13:28:36 2022 +0100 |
tree | 6a5e1ae9a57046d07944a515ba5c5364b65979ec | |
parent | 330d64d32cbb8ba7cdfe8dc0bedd4caff3bb01e8 [diff] [blame] |
patch 9.0.0704: CI runs "tiny" and "small" builds, which are the same Problem: CI runs "tiny" and "small" builds, which are the same. Solution: Remove the "small" build. (Naruhiko Nishino, closes #11315)
diff --git a/src/version.c b/src/version.c index e08cf49..67bc7ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 704, +/**/ 703, /**/ 702,