diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    293,
+/**/
     292,
 /**/
     291,