From 22430bfee3cac553207207c0e94e229ece1debe5 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 17 Jul 2010 13:45:33 +0200 Subject: [PATCH] Update string with plugin API version --- 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 8e26cad72..9765c31e4 100644 --- a/src/plugins/weechat-plugin.h +++ b/src/plugins/weechat-plugin.h @@ -45,7 +45,7 @@ struct timeval; */ /* API version (used to check that plugin has same API and can be loaded) */ -#define WEECHAT_PLUGIN_API_VERSION "20100502-01" +#define WEECHAT_PLUGIN_API_VERSION "20100717-01" /* macros for defining plugin infos */ #define WEECHAT_PLUGIN_NAME(__name) \