diff src/version.c @ 5436:efa40be729c2 v7.4.068

updated for version 7.4.068 Problem: Cannot build Vim on Mac with non-Apple compilers. Solution: Remove the -no-cpp-precomp flag. (Misty De Meo)
author Bram Moolenaar <bram@vim.org>
date Mon, 04 Nov 2013 04:57:50 +0100
parents 86bf09a1b6d0
children 878ed73c7070
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 */
 /**/
+    68,
+/**/
     67,
 /**/
     66,