summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'version.sh')
-rwxr-xr-xversion.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.sh b/version.sh
index f7455e749..9eea07a9a 100755
--- a/version.sh
+++ b/version.sh
@@ -33,8 +33,8 @@
#
WEECHAT_STABLE=1.7
-WEECHAT_DEVEL=1.7
-WEECHAT_DEVEL_FULL=1.7
+WEECHAT_DEVEL=1.8
+WEECHAT_DEVEL_FULL=1.8-dev
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"