summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-01-10 09:17:50 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-01-10 09:17:50 +0100
commit0e3ac938873a9dc1cc31d4439643a3fd0a71c105 (patch)
tree02f5ce5b890645f2a17a345faa859171fba6c4b7 /version.sh
parent8e280f8e4ec73a733fb162b8116cf30c86d743af (diff)
downloadweechat-0e3ac938873a9dc1cc31d4439643a3fd0a71c105.zip
Version 1.4
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 561927b8e..d28484638 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=1.3
+WEECHAT_STABLE=1.4
WEECHAT_DEVEL=1.4
-WEECHAT_DEVEL_FULL=1.4-rc2
+WEECHAT_DEVEL_FULL=1.4
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"