diff src/version.c @ 5571:6a28a9cf5153 v7.4.133

updated for version 7.4.133 Problem: Clang warns for using NUL. Solution: Change NUL to NULL. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 Jan 2014 06:19:11 +0100
parents 1b09d6792520
children 0defb460a0eb
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 */
 /**/
+    133,
+/**/
     132,
 /**/
     131,