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 c1f167a68..3042cf374 100755
--- a/version.sh
+++ b/version.sh
@@ -33,8 +33,8 @@
#
WEECHAT_STABLE=2.9
-WEECHAT_DEVEL=2.9
-WEECHAT_DEVEL_FULL=2.9
+WEECHAT_DEVEL=3.0
+WEECHAT_DEVEL_FULL=3.0-dev
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"