diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-07 07:31:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-01-07 07:31:21 +0100 |
commit | 56ae4eb2d202f98c21936e2246e56bc81cb5b5be (patch) | |
tree | 1b41a99faa4645a6b217f12ead31416fab1419c9 /version.sh | |
parent | 4f3191870086320940e0af4934f94c2a0667cc62 (diff) | |
download | weechat-56ae4eb2d202f98c21936e2246e56bc81cb5b5be.zip |
Version 1.4-rc2
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 91d9a36e0..561927b8e 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=1.3 WEECHAT_DEVEL=1.4 -WEECHAT_DEVEL_FULL=1.4-rc1 +WEECHAT_DEVEL_FULL=1.4-rc2 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |