summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-16 23:07:33 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-16 23:07:33 +0100
commit2b78673aa9717871e993212949287fdd8d0bb033 (patch)
treecf5ffdc86b646620c2095d6f6f525beda7eb3a25 /doc/en
parentfc0b73207b51eed495e35ac5f341c8b4d1ee4f40 (diff)
downloadweechat-2b78673aa9717871e993212949287fdd8d0bb033.zip
core: add git version in build, display it in "weechat-curses --help" and /version
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/plugin_api/infos.txt2
-rw-r--r--doc/en/weechat_dev.en.txt1
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