comparison src/version.c @ 3638:80ed6aa7b9eb v7.3.579

updated for version 7.3.579 Problem: Can't compile with Python 2.5. Solution: Use PyCObject when Capsules are not available.
author Bram Moolenaar <bram@vim.org>
date Fri, 29 Jun 2012 16:28:28 +0200
parents 0e9b2622c94a
children f02b6ad168ae
comparison
equal deleted inserted replaced
3637:d89729d89569 3638:80ed6aa7b9eb
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 579,
717 /**/ 719 /**/
718 578, 720 578,
719 /**/ 721 /**/
720 577, 722 577,
721 /**/ 723 /**/