diff src/version.c @ 6635:050e6df85f99 v7.4.643

updated for version 7.4.643 Problem: Using the default file format for Mac files. (Issue 77) Solution: Reset the try_mac counter in the right place. (Oswald)
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 17:48:09 +0100
parents 75444015837a
children a12d422ed16c
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 */
 /**/
+    643,
+/**/
     642,
 /**/
     641,