diff src/version.c @ 4960:27b008d5b7ac v7.3.1225

updated for version 7.3.1225 Problem: Compiler warnings when building with Motif. Solution: Change set_label() argument. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Sat, 22 Jun 2013 13:00:16 +0200
parents 0a379dea13c9
children b34d719b13cd
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 */
 /**/
+    1225,
+/**/
     1224,
 /**/
     1223,