diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-11 09:20:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-11 09:20:58 +0200 |
commit | e00937875d3947da5ea5a34f84a30c8308ac9b95 (patch) | |
tree | f40e3018059ca05ac9c3a6fa379595a4cefc9916 | |
parent | 5dbf24d179ee1f35f18cccf77c19afc82eb10fbd (diff) | |
download | weechat-e00937875d3947da5ea5a34f84a30c8308ac9b95.zip |
Version 3.3-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 8ee4b3184..35707dbe4 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=3.2.1 WEECHAT_DEVEL=3.3 -WEECHAT_DEVEL_FULL=3.3-dev +WEECHAT_DEVEL_FULL=3.3-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |