diff src/version.c @ 5022:f8d307ebd74a v7.3.1255

updated for version 7.3.1255 Problem: Clang warnings when building with Athena. Solution: Add type casts. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Jun 2013 22:36:03 +0200
parents 5eff37e92f03
children 322441058afc
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 */
 /**/
+    1255,
+/**/
     1254,
 /**/
     1253,