diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-26 20:10:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-26 20:10:18 +0100 |
commit | fb8f0590b0bb143ef1b9e4ba936b0d693b23e75c (patch) | |
tree | 92aa2b9c0f5c02a495e11e42305fc854acea14e7 | |
parent | 3dab07d65955cf61ec5add3a6ab9ae3112b8a897 (diff) | |
download | weechat-fb8f0590b0bb143ef1b9e4ba936b0d693b23e75c.zip |
Version 2.7-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index d875aedb3..82d6c4bc3 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=2.6 WEECHAT_DEVEL=2.7 -WEECHAT_DEVEL_FULL=2.7-dev +WEECHAT_DEVEL_FULL=2.7-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |