diff options
Diffstat (limited to 'doc/fr/dev/plugins.fr.xml')
-rw-r--r-- | doc/fr/dev/plugins.fr.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/dev/plugins.fr.xml b/doc/fr/dev/plugins.fr.xml index 5e089f9d2..1ab31c0de 100644 --- a/doc/fr/dev/plugins.fr.xml +++ b/doc/fr/dev/plugins.fr.xml @@ -186,7 +186,7 @@ WEECHAT_PLUGIN_NAME("double"); WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat"); WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION("0.1"); -WEECHAT_PLUGIN_WEECHAT_VERSION("0.2.7"); +WEECHAT_PLUGIN_WEECHAT_VERSION("0.3.0"); WEECHAT_PLUGIN_LICENSE("GPL3"); struct t_weechat_plugin *weechat_plugin = NULL; |