From 4063abc86b08dc21fa464b2c6f352517a5efba86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 13 Apr 2019 20:48:42 +0200 Subject: [PATCH] core: bump API version This is required after changes on functions hook_info and info_get. --- 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 4d9a61e39..008544554 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 "20190310-01" +#define WEECHAT_PLUGIN_API_VERSION "20190413-01" /* macros for defining plugin infos */ #define WEECHAT_PLUGIN_NAME(__name) \