comparison src/version.c @ 12614:12f4408c7f69 v8.0.1185

patch 8.0.1185: Ruby library includes minor version number commit https://github.com/vim/vim/commit/9202162c5c069c925b6b9bf84e546fbd362cdf46 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 12 12:33:43 2017 +0200 patch 8.0.1185: Ruby library includes minor version number Problem: Ruby library includes minor version number. Solution: Only use the API version number. (Ben Boeckel, closes https://github.com/vim/vim/issues/2199)
author Christian Brabandt <cb@256bit.org>
date Thu, 12 Oct 2017 12:45:07 +0200
parents 3b600d16d9cb
children 4767939d10cc
comparison
equal deleted inserted replaced
12613:d9deffab15dc 12614:12f4408c7f69
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1185,
764 /**/ 766 /**/
765 1184, 767 1184,
766 /**/ 768 /**/
767 1183, 769 1183,
768 /**/ 770 /**/