summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-07-18 13:59:02 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-07-18 13:59:02 +0200
commitc096750e969fa099af81a421aa1f660fb7b5addd (patch)
tree44130974c31c2eaa7f34c97e1b65e2a16b624357 /version.sh
parent0ebed7e7b019eab6826914a341074ad4cffa3d40 (diff)
downloadweechat-c096750e969fa099af81a421aa1f660fb7b5addd.zip
Version 2.9
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 f0a8ec389..c1f167a68 100755
--- a/version.sh
+++ b/version.sh
@@ -32,9 +32,9 @@
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
#
-WEECHAT_STABLE=2.8
+WEECHAT_STABLE=2.9
WEECHAT_DEVEL=2.9
-WEECHAT_DEVEL_FULL=2.9-rc1
+WEECHAT_DEVEL_FULL=2.9
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"