comparison src/version.c @ 4001:d9b4cf53be2e v7.3.755

updated for version 7.3.755 Problem: Autoconf doesn't find Python 3 if it's called "python". Solution: Search for "python2" and "python3" first, then "python".
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Dec 2012 14:25:05 +0100
parents beceb0a18c79
children 706c87d16d40
comparison
equal deleted inserted replaced
4000:52bfa939fc07 4001:d9b4cf53be2e
723 NULL 723 NULL
724 }; 724 };
725 725
726 static int included_patches[] = 726 static int included_patches[] =
727 { /* Add new patch number below this line */ 727 { /* Add new patch number below this line */
728 /**/
729 755,
728 /**/ 730 /**/
729 754, 731 754,
730 /**/ 732 /**/
731 753, 733 753,
732 /**/ 734 /**/