diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-31 19:16:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-31 19:16:55 +0100 |
commit | 5d6689b8c1492825f8795ebd99a2dcce0202b098 (patch) | |
tree | 263c0d70be9896408cc2c2f6c883645f6876cc9d | |
parent | 57b6e320d3c9d2d9473090eb3881de206c81e52c (diff) | |
download | weechat-5d6689b8c1492825f8795ebd99a2dcce0202b098.zip |
Version 1.4-rc1
-rwxr-xr-x | version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh index 27b192dcf..2459512b8 100755 --- a/version.sh +++ b/version.sh @@ -34,7 +34,7 @@ WEECHAT_STABLE=1.3 WEECHAT_DEVEL=1.4 -WEECHAT_DEVEL_FULL=1.4-dev +WEECHAT_DEVEL_FULL=1.4-rc1 if [ $# -lt 1 ]; then echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch" |