comparison src/version.c @ 2589:d5681bd2661b v7.3.013

updated for version 7.3.013 Problem: Dynamic loading with Ruby doesn't work for 1.9.2. Solution: Handle rb_str2cstr differently. Also support dynamic loading on Unix. (Jon Maken)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Sep 2010 13:02:53 +0200
parents 5df74a812b7b
children b57f2617965f
comparison
equal deleted inserted replaced
2588:5df74a812b7b 2589:d5681bd2661b
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 13,
717 /**/ 719 /**/
718 12, 720 12,
719 /**/ 721 /**/
720 11, 722 11,
721 /**/ 723 /**/