diff src/version.c @ 4920:d02448031708 v7.3.1205

updated for version 7.3.1205 Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Sun, 16 Jun 2013 14:20:13 +0200
parents 0792cc5133ce
children 8dd2769ab75c
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 */
 /**/
+    1205,
+/**/
     1204,
 /**/
     1203,