diff src/version.c @ 4958:0a379dea13c9 v7.3.1224

updated for version 7.3.1224 Problem: Clang gives warnings on xxd. Solution: Change how to use part of a string. (Dominique Pelle) Also avoid warning for return not reached.
author Bram Moolenaar <bram@vim.org>
date Fri, 21 Jun 2013 18:31:23 +0200
parents 5cd32322154c
children 27b008d5b7ac
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1224,
+/**/
     1223,
 /**/
     1222,