diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 20:04:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-06 20:04:19 +0100 |
commit | a031f15f38313db946a91d172234bd3682756334 (patch) | |
tree | 90b33d69935e86efa789da6578fec292c19c0ddc | |
parent | 65ac711c107989ad4d229e77bf1651e3a826885d (diff) | |
download | weechat-a031f15f38313db946a91d172234bd3682756334.zip |
Version 1.7-rc2
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 9ff881086..1f361ec69 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=1.6 WEECHAT_DEVEL=1.7 -WEECHAT_DEVEL_FULL=1.7-rc1 +WEECHAT_DEVEL_FULL=1.7-rc2 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |