comparison src/version.c @ 6343:edfa81ea1711 v7.4.504

updated for version 7.4.504 Problem: Restriction of the MS-Windows installer that the path must end in "Vim" prevents installing more than one version. Solution: Remove the restriction. (Tim Lebedkov)
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Nov 2014 18:18:17 +0100
parents 094a87e76155
children 9bc6ce142cc3
comparison
equal deleted inserted replaced
6342:558d7d882f76 6343:edfa81ea1711
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 504,
744 /**/ 746 /**/
745 503, 747 503,
746 /**/ 748 /**/
747 502, 749 502,
748 /**/ 750 /**/