From 27481df27712949e3143223449fa050ffa404f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 19 Feb 2019 21:14:00 +0100 Subject: [PATCH] core: force new API version to prevent the old aspell plugin to load (issue #1299) --- src/plugins/weechat-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/weechat-plugin.h b/src/plugins/weechat-plugin.h index fe37741b4..e93c665c9 100644 --- a/src/plugins/weechat-plugin.h +++ b/src/plugins/weechat-plugin.h @@ -67,7 +67,7 @@ struct timeval; * please change the date with current one; for a second change at same * date, increment the 01, otherwise please keep 01. */ -#define WEECHAT_PLUGIN_API_VERSION "20181104-01" +#define WEECHAT_PLUGIN_API_VERSION "20190219-01" /* macros for defining plugin infos */ #define WEECHAT_PLUGIN_NAME(__name) \