comparison src/version.c @ 31561:e24772b8fbc9 v9.0.1113

patch 9.0.1113: users cannot easily try out a PR Commit: https://github.com/vim/vim/commit/0a657124a57baa10c65554f04c7806e939927830 Author: Christian Brabandt <cb@256bit.org> Date: Fri Dec 30 17:28:12 2022 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:30:03 +0100
parents a3dca61f3ba3
children 1da5ce62edeb
comparison
equal deleted inserted replaced
31560:422447367a85 31561:e24772b8fbc9
693 NULL 693 NULL
694 }; 694 };
695 695
696 static int included_patches[] = 696 static int included_patches[] =
697 { /* Add new patch number below this line */ 697 { /* Add new patch number below this line */
698 /**/
699 1113,
698 /**/ 700 /**/
699 1112, 701 1112,
700 /**/ 702 /**/
701 1111, 703 1111,
702 /**/ 704 /**/