diff src/version.c @ 5925:fed2e0967f81 v7.4.304

updated for version 7.4.304 Problem: Cannot always use Python with Vim. Solution: Add the manifest to the executable. (Jacques Germishuys)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 16:29:06 +0200
parents 463ef551e9f6
children 63e7cc62402d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    304,
+/**/
     303,
 /**/
     302,