diff src/version.c @ 5411:8d83c219fc7b v7.4.056

updated for version 7.4.056 Problem: Mac: Compilation problem with OS X 10.9 Mavericks. Solution: Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 21:49:32 +0100
parents 38a755adc580
children 3109053ce4e3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    56,
+/**/
     55,
 /**/
     54,