diff options
-rw-r--r-- | src/plugins/weechat-plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |