diff src/version.c @ 2754:d0cae5983609 v7.3.153

updated for version 7.3.153 Problem: Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die().
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Apr 2011 14:44:55 +0200
parents 0f7f66682a55
children d72d709f0e18
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    153,
+/**/
     152,
 /**/
     151,