comparison src/version.c @ 3988:3e22fe67fa69 v7.3.749

updated for version 7.3.749 Problem: Python interface doesn't build without the multi-byte feature. Solution: Add #ifdef. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Dec 2012 16:30:07 +0100
parents 56bb88c68f98
children 5c36fe9f19a5
comparison
equal deleted inserted replaced
3987:73bb286f9091 3988:3e22fe67fa69
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 749,
728 /**/ 730 /**/
729 748, 731 748,
730 /**/ 732 /**/
731 747, 733 747,
732 /**/ 734 /**/