diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-31 17:08:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-12-31 17:08:34 +0100 |
commit | c6baabff27206ff581502106312237c4ecb24e6b (patch) | |
tree | 5f013db5a7cc02931c58e90513cefa27cdbcf5a6 | |
parent | 393bb17355de92ad0e38c5bfedf29dba517ed4cb (diff) | |
download | weechat-c6baabff27206ff581502106312237c4ecb24e6b.zip |
Version 1.7-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 1038303dc..5af0f10ce 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=1.6 WEECHAT_DEVEL=1.7 -WEECHAT_DEVEL_FULL=1.7-dev +WEECHAT_DEVEL_FULL=1.7-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |