summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-02-19 21:14:00 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-02-19 21:21:20 +0100
commit27481df27712949e3143223449fa050ffa404f9e (patch)
treed3507b73257fc6ee19faad7588bf64969372855c /src
parent57aa9e060ef7214f8b822fa32b40bb728482adce (diff)
downloadweechat-27481df27712949e3143223449fa050ffa404f9e.zip
core: force new API version to prevent the old aspell plugin to load (issue #1299)
Diffstat (limited to 'src')
-rw-r--r--src/plugins/weechat-plugin.h2
1 files changed, 1 insertions, 1 deletions
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) \