diff src/version.c @ 6234:78aad99db762 v7.4.452

updated for version 7.4.452 Problem: Can't build with tiny features. (Tony Mechelynck) Solution: Use "return" instead of "break".
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 22:05:53 +0200
parents ac6cfdc02695
children c72eb8499a9d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    452,
+/**/
     451,
 /**/
     450,