diff src/version.c @ 4817:bf1e6326df11 v7.3.1155

updated for version 7.3.1155 Problem: MS-DOS: "make test" uses external rmdir command. Solution: Rename "rmdir" to "rd". (Taro Muraoka)
author Bram Moolenaar <bram@vim.org>
date Sun, 09 Jun 2013 17:52:46 +0200
parents 6419ee8098c8
children 8c4324e6f477
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 */
 /**/
+    1155,
+/**/
     1154,
 /**/
     1153,