comparison src/version.c @ 3648:2d107086903a v7.3.584

updated for version 7.3.584 Problem: PyCObject is not always defined. Solution: Use PyObject instead.
author Bram Moolenaar <bram@vim.org>
date Sat, 30 Jun 2012 13:34:34 +0200
parents a69b1d711ff9
children d258a0c5c38a
comparison
equal deleted inserted replaced
3647:d4d12df80e4f 3648:2d107086903a
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 584,
717 /**/ 719 /**/
718 583, 720 583,
719 /**/ 721 /**/
720 582, 722 582,
721 /**/ 723 /**/