comparison src/version.c @ 3843:dd0f25ede9a8 v7.3.679

updated for version 7.3.679 Problem: Ruby detection uses Config, newer Ruby versions use RbConfig. Solution: Detect the need to use RbConfig. (Vit Ondruch)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Oct 2012 21:09:35 +0200
parents de253f606048
children 52acec46b75e
comparison
equal deleted inserted replaced
3842:ec35376769a7 3843:dd0f25ede9a8
717 NULL 717 NULL
718 }; 718 };
719 719
720 static int included_patches[] = 720 static int included_patches[] =
721 { /* Add new patch number below this line */ 721 { /* Add new patch number below this line */
722 /**/
723 679,
722 /**/ 724 /**/
723 678, 725 678,
724 /**/ 726 /**/
725 677, 727 677,
726 /**/ 728 /**/