diff src/version.c @ 6120:f62b2e76dd80 v7.4.398

updated for version 7.4.398 Problem: Gcc error for the argument of InterlockedIncrement() and InterlockedDecrement(). (Axel Bender) Solution: Remove "unsigned" from the cRefCount_ declaration.
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Aug 2014 13:55:10 +0200
parents 8d361608fe86
children 18ac55444b37
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 */
 /**/
+    398,
+/**/
     397,
 /**/
     396,