1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: update stable version to 4.0.1

This commit is contained in:
Sébastien Helleu
2023-07-01 11:44:55 +02:00
parent a80f4c7681
commit 92e5696236
+1 -1
View File
@@ -39,7 +39,7 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
WEECHAT_STABLE="4.0.0"
WEECHAT_STABLE="4.0.1"
WEECHAT_DEVEL="4.1.0-dev"
STABLE_MAJOR=$(echo "${WEECHAT_STABLE}" | cut -d"." -f1)