diff src/version.c @ 2670:28398206597f v7.3.089

updated for version 7.3.089 Problem: Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Fri, 24 Dec 2010 14:00:17 +0100
parents ee50cd1a3032
children 6f4740f72d3d
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 */
 /**/
+    89,
+/**/
     88,
 /**/
     87,