summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xversion.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.sh b/version.sh
index c437a2faa..72a44fb0a 100755
--- a/version.sh
+++ b/version.sh
@@ -33,8 +33,8 @@
#
WEECHAT_STABLE=3.5
-WEECHAT_DEVEL=3.5
-WEECHAT_DEVEL_FULL=3.5
+WEECHAT_DEVEL=3.6
+WEECHAT_DEVEL_FULL=3.6-dev
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"