diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-27 22:31:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-27 22:31:43 +0200 |
commit | 93775de7ffebab6b0a8544a251cfa1e1f8b640b6 (patch) | |
tree | 838d81269975cd9c1bcda16271b5b6f23c9822a1 | |
parent | 62944b71680db0e8590f120508173dd5278522d5 (diff) | |
download | weechat-93775de7ffebab6b0a8544a251cfa1e1f8b640b6.zip |
Version 2.6-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 1e5736bda..557b0d45a 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=2.5 WEECHAT_DEVEL=2.6 -WEECHAT_DEVEL_FULL=2.6-dev +WEECHAT_DEVEL_FULL=2.6-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |