diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-11 14:19:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-05-11 14:19:51 +0200 |
commit | 92424a595d5e4aad03cddac6038dff6ac80ea9df (patch) | |
tree | 682a7e6413e5e3dd75e52370ef6cbd4c5dd4c316 /doc/en/dev | |
parent | 57c6478b9184979ad1a09336076b0c07cd7fc56b (diff) | |
download | weechat-92424a595d5e4aad03cddac6038dff6ac80ea9df.zip |
Change version from 0.2.7-dev to 0.3.0-dev
Diffstat (limited to 'doc/en/dev')
-rw-r--r-- | doc/en/dev/plugins.en.xml | 2 | ||||
-rw-r--r-- | doc/en/dev/weechat_dev.en.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/dev/plugins.en.xml b/doc/en/dev/plugins.en.xml index 25204219a..cde8d314c 100644 --- a/doc/en/dev/plugins.en.xml +++ b/doc/en/dev/plugins.en.xml @@ -180,7 +180,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; diff --git a/doc/en/dev/weechat_dev.en.xml b/doc/en/dev/weechat_dev.en.xml index 2ed8e67c5..6e4232545 100644 --- a/doc/en/dev/weechat_dev.en.xml +++ b/doc/en/dev/weechat_dev.en.xml @@ -42,7 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <bookinfo> - <title>WeeChat 0.2.7-dev - Developer guide</title> + <title>WeeChat 0.3.0-dev - Developer guide</title> <subtitle>Fast, light and extensible chat client</subtitle> <author> |