summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-06 16:17:19 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-05-06 16:17:19 +0200
commita8a3fa9f1599fd9514f291efaae2e13130ae12e5 (patch)
tree366425ba6c0a54fdb1164f12a9c31c5e35e5598f
parentirc: fix update of server addresses on reconnection when the evaluated content has changed (closes #925) (diff)
downloadweechat-a8a3fa9f1599fd9514f291efaae2e13130ae12e5.tar.xz
weechat-a8a3fa9f1599fd9514f291efaae2e13130ae12e5.zip
Version 1.8-rc1v1.8-rc1
-rwxr-xr-xversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index eb71a3462..28b84aa1d 100755
--- a/version.sh
+++ b/version.sh
@@ -34,7 +34,7 @@
WEECHAT_STABLE=1.7.1
WEECHAT_DEVEL=1.8
-WEECHAT_DEVEL_FULL=1.8-dev
+WEECHAT_DEVEL_FULL=1.8-rc1
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"