summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-04-13 20:48:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-04-13 20:48:42 +0200
commit4063abc86b08dc21fa464b2c6f352517a5efba86 (patch)
tree10b03a64bec9f9a7c88eda7a87492ebb3b89b0b8 /src/plugins
parentdbf6691243c21f0e2634cd96bf9c3c62db67e7f7 (diff)
downloadweechat-4063abc86b08dc21fa464b2c6f352517a5efba86.zip
core: bump API version
This is required after changes on functions hook_info and info_get.
Diffstat (limited to 'src/plugins')
-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 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) \