diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-02-21 16:09:22 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-02-21 16:09:22 +0100 |
commit | 5655778afa1e7ee215074c42156265da1372dd6f (patch) | |
tree | f9a70d51512b58ef79ab250a67c8be95ff2d89f0 /version.sh | |
parent | ff4e9d6e69c28c93d6a20f9c261c870a473863ab (diff) | |
download | weechat-5655778afa1e7ee215074c42156265da1372dd6f.zip |
core: update stable version in version.sh
Diffstat (limited to 'version.sh')
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 7fa16acaf..ada8c6fc6 100755 --- a/version.sh +++ b/version.sh @@ -32,7 +32,7 @@ # devel-patch the patch version of devel (e.g. 2 for version 1.4.2) # -WEECHAT_STABLE=2.7 +WEECHAT_STABLE=2.7.1 WEECHAT_DEVEL=2.8 WEECHAT_DEVEL_FULL=2.8-dev |