diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-01 09:47:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-01 10:09:17 +0100 |
commit | 43d9b3a7231175d1810756dc21d0ac93b9d2092c (patch) | |
tree | 55ed0312e3557c2f12610fb000280e75430419af | |
parent | 5beb5d705224201dad89412da9862af0f34bea1c (diff) | |
download | weechat-43d9b3a7231175d1810756dc21d0ac93b9d2092c.zip |
Version 3.0-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 3042cf374..b13d03544 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=2.9 WEECHAT_DEVEL=3.0 -WEECHAT_DEVEL_FULL=3.0-dev +WEECHAT_DEVEL_FULL=3.0-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |