diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_dev.en.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/infos.txt b/doc/en/autogen/plugin_api/infos.txt index 341172eab..9c28269fa 100644 --- a/doc/en/autogen/plugin_api/infos.txt +++ b/doc/en/autogen/plugin_api/infos.txt @@ -42,6 +42,8 @@ | weechat | version | WeeChat version | - +| weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | - + | weechat | version_number | WeeChat version (as number) | - | weechat | weechat_dir | WeeChat directory | - diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 52305fab3..cd9c71b76 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -115,6 +115,7 @@ WeeChat "core" reside in following directories: | wee-url.c | URL transfer (using libcurl) | wee-utf8.c | UTF-8 functions | wee-util.c | Some other functions +| wee-version.c | Functions for WeeChat version | gui/ | Functions for buffers, windows, ... (used by all interfaces) | gui-bar-item.c | Bar items | gui-bar-window.c | Bar windows |