comparison src/version.c @ 15723:bec05be6858a v8.1.0869

patch 8.1.0869: Travis CI script is too complicated commit https://github.com/vim/vim/commit/01a6c21691631ee55744a1799a9725e5d6521cf4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 3 13:13:18 2019 +0100 patch 8.1.0869: Travis CI script is too complicated Problem: Travis CI script is too complicated. Solution: Add names to environments. Move appveyor script outside of src directory. (Ozaki Kiichi, closes #3890)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Feb 2019 13:15:06 +0100
parents e84eb23f4670
children a3e2e7948ee4
comparison
equal deleted inserted replaced
15722:d21ea191c11a 15723:bec05be6858a
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 869,
786 /**/ 788 /**/
787 868, 789 868,
788 /**/ 790 /**/
789 867, 791 867,
790 /**/ 792 /**/