diff src/version.c @ 4458:21e13403140a v7.3.977

updated for version 7.3.977 Problem: Compiler warnings on 64 bit Windows. Solution: Add type casts. (Mike Williams) Also fix some white space and uncomment what was commented-out for testing.
author Bram Moolenaar <bram@vim.org>
date Mon, 20 May 2013 21:26:33 +0200
parents 015a8fabf900
children fe8a0a6a1c2a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    977,
+/**/
     976,
 /**/
     975,