diff src/version.c @ 2598:10ce04af8c5b v7.3.021

updated for version 7.3.021 Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
author Bram Moolenaar <bram@vim.org>
date Sun, 10 Oct 2010 17:08:43 +0200
parents c3b5d3fe9404
children 8aa94f8080bd
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 */
 /**/
+    21,
+/**/
     20,
 /**/
     19,