comparison src/version.c @ 4843:ed47632fd149 v7.3.1168

updated for version 7.3.1168 Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
author Bram Moolenaar <bram@vim.org>
date Tue, 11 Jun 2013 20:53:28 +0200
parents 81dedcd64821
children a83fb2bd8c8e
comparison
equal deleted inserted replaced
4842:4b4c1408b98f 4843:ed47632fd149
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1168,
731 /**/ 733 /**/
732 1167, 734 1167,
733 /**/ 735 /**/
734 1166, 736 1166,
735 /**/ 737 /**/