From 926b5d3b302d0bcff58ede9b9aba6c21c8d2a13b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 16 Jun 2013 14:20:13 +0200 Subject: [PATCH] updated for version 7.3.1205 Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama) --- src/Makefile | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 12ff17554..39e0e32cb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2311,7 +2311,7 @@ uninstall_runtime: -rm -rf $(DEST_COMP) -rm -f $(DEST_PRINT)/*.ps -rmdir $(DEST_HELP) $(DEST_PRINT) $(DEST_COL) $(DEST_SYN) $(DEST_IND) - -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt + -rm -rf $(DEST_FTP)/*.vim $(DEST_FTP)/README.txt $(DEST_FTP)/logtalk.dict -rm -f $(DEST_AUTO)/*.vim $(DEST_AUTO)/README.txt $(DEST_AUTO)/xml/*.vim -rm -f $(DEST_PLUG)/*.vim $(DEST_PLUG)/README.txt -rmdir $(DEST_FTP) $(DEST_AUTO)/xml $(DEST_AUTO) $(DEST_PLUG) $(DEST_RT) diff --git a/src/version.c b/src/version.c index e7fe7e43e..39a076385 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1205, /**/ 1204, /**/ -- 2.50.1