summaryrefslogtreecommitdiffstats
path: root/version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version.sh')
-rwxr-xr-xversion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index 0222805df..4c5364f6c 100755
--- a/version.sh
+++ b/version.sh
@@ -34,7 +34,7 @@
WEECHAT_STABLE=3.3
WEECHAT_DEVEL=3.4
-WEECHAT_DEVEL_FULL=3.4-dev
+WEECHAT_DEVEL_FULL=3.4-rc1
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"