comparison src/version.c @ 3042:6cd0d6413a2e v7.3.293

updated for version 7.3.293 Problem: MSVC compiler has a problem with non-ASCII characters. Solution: Avoid non-ASCII characters. (Hong Xu)
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Sep 2011 14:18:20 +0200
parents b6af1c5dd22f
children dbd73fe939cf
comparison
equal deleted inserted replaced
3041:cb5491b26cab 3042:6cd0d6413a2e
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 293,
712 /**/ 714 /**/
713 292, 715 292,
714 /**/ 716 /**/
715 291, 717 291,
716 /**/ 718 /**/