diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-16 23:07:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-16 23:07:33 +0100 |
commit | 2b78673aa9717871e993212949287fdd8d0bb033 (patch) | |
tree | cf5ffdc86b646620c2095d6f6f525beda7eb3a25 /doc | |
parent | fc0b73207b51eed495e35ac5f341c8b4d1ee4f40 (diff) | |
download | weechat-2b78673aa9717871e993212949287fdd8d0bb033.zip |
core: add git version in build, display it in "weechat-curses --help" and /version
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_dev.en.txt | 1 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infos.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/infos.txt | 2 |
6 files changed, 11 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/infos.txt b/doc/de/autogen/plugin_api/infos.txt index 3916acfe7..5c17dba35 100644 --- a/doc/de/autogen/plugin_api/infos.txt +++ b/doc/de/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 (als Nummer) | - | weechat | weechat_dir | WeeChat Verzeichnis | - 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 diff --git a/doc/fr/autogen/plugin_api/infos.txt b/doc/fr/autogen/plugin_api/infos.txt index ceb5a652b..52439b03c 100644 --- a/doc/fr/autogen/plugin_api/infos.txt +++ b/doc/fr/autogen/plugin_api/infos.txt @@ -42,6 +42,8 @@ | weechat | version | version de WeeChat | - +| weechat | version_git | version git de WeeChat (sortie de la commande "git describe" pour une version de développement seulement, vide pour une version stable) | - + | weechat | version_number | version de WeeChat (sous forme de nombre) | - | weechat | weechat_dir | répertoire de WeeChat | - diff --git a/doc/it/autogen/plugin_api/infos.txt b/doc/it/autogen/plugin_api/infos.txt index e77fcbbc0..7bb9670a6 100644 --- a/doc/it/autogen/plugin_api/infos.txt +++ b/doc/it/autogen/plugin_api/infos.txt @@ -42,6 +42,8 @@ | weechat | version | versione di WeeChat | - +| weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | - + | weechat | version_number | versione di WeeChat (come numero) | - | weechat | weechat_dir | directory WeeChat | - diff --git a/doc/ja/autogen/plugin_api/infos.txt b/doc/ja/autogen/plugin_api/infos.txt index ca8279940..70a269ee2 100644 --- a/doc/ja/autogen/plugin_api/infos.txt +++ b/doc/ja/autogen/plugin_api/infos.txt @@ -42,6 +42,8 @@ | weechat | version | WeeChat のバージョン | - +| 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 のバージョン (数字) | - | weechat | weechat_dir | WeeChat ディレクトリ | - |