diff src/version.c @ 3384:da670fb71d30 v7.3.458

updated for version 7.3.458 Problem: Crash when calling smsg() during startup. Solution: Don't use 'shortmess' when it is not set yet.
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Feb 2012 13:51:37 +0100
parents 4a2744311b3f
children cb2ae92ce106
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 */
 /**/
+    458,
+/**/
     457,
 /**/
     456,