diff src/version.c @ 3196:4e9c5338f44c v7.3.368

updated for version 7.3.368 Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
author Bram Moolenaar <bram@vim.org>
date Thu, 08 Dec 2011 15:17:34 +0100
parents 972bd3fca556
children 0df9718c45b6
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 */
 /**/
+    368,
+/**/
     367,
 /**/
     366,