diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-01 11:27:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-09-01 11:27:07 +0200 |
commit | 948caf0857a70f30f75705b38dec8708a2e00176 (patch) | |
tree | 345db28793327be51bec764bb0babda7141e2252 | |
parent | f24538646f65956537d29cccb9b63d022a5074bb (diff) | |
download | weechat-948caf0857a70f30f75705b38dec8708a2e00176.zip |
Version 2.6-rc2
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 557b0d45a..64c3a544d 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=2.5 WEECHAT_DEVEL=2.6 -WEECHAT_DEVEL_FULL=2.6-rc1 +WEECHAT_DEVEL_FULL=2.6-rc2 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |