diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-06 23:02:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-06 23:02:12 +0200 |
commit | bb76a5d266b5f82989a7853ffbcab91c8548d97b (patch) | |
tree | 9f2164b99d8502fe338df6a83ae6659b6cb00f97 | |
parent | db21a0da90be6321029f021d9425b871124133e3 (diff) | |
download | weechat-bb76a5d266b5f82989a7853ffbcab91c8548d97b.zip |
Version 3.6-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 72a44fb0a..0295a5b55 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=3.5 WEECHAT_DEVEL=3.6 -WEECHAT_DEVEL_FULL=3.6-dev +WEECHAT_DEVEL_FULL=3.6-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |