diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-13 09:51:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-13 09:51:42 +0200 |
commit | f6d199183390f973672c96b46603c0084040a3c9 (patch) | |
tree | 4b5e0e6b938b113bda8f1f4bad044f6eafc27535 | |
parent | 70c09f1f5a4b317037330699d5cedfe96a54e05c (diff) | |
download | weechat-f6d199183390f973672c96b46603c0084040a3c9.zip |
Version 3.3-dev
-rwxr-xr-x | version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.sh b/version.sh index e5a7b9959..ba4096eff 100755 --- a/version.sh +++ b/version.sh @@ -33,8 +33,8 @@ # WEECHAT_STABLE=3.2 -WEECHAT_DEVEL=3.2 -WEECHAT_DEVEL_FULL=3.2 +WEECHAT_DEVEL=3.3 +WEECHAT_DEVEL_FULL=3.3-dev if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |