comparison src/version.c @ 4851:96e154e825a7 v7.3.1172

updated for version 7.3.1172 Problem: Python 2: loading modules doesn't work well. Solution: Fix the code. Add more tests. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 14:20:36 +0200
parents fc7f985df537
children b584d361e746
comparison
equal deleted inserted replaced
4850:6c1f3a6714bd 4851:96e154e825a7
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 1172,
731 /**/ 733 /**/
732 1171, 734 1171,
733 /**/ 735 /**/
734 1170, 736 1170,
735 /**/ 737 /**/