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

Version 4.0.7

This commit is contained in:
Sébastien Helleu
2023-12-03 19:05:52 +01:00
parent 83749f491c
commit 82f84fc6bf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ For a list of important changes that require manual actions, please look at rele
[[v4.0.7]]
== Version 4.0.7 (under dev)
== Version 4.0.7 (2023-12-03)
Bug fixes::
+1 -1
View File
@@ -12,7 +12,7 @@ For a complete list of changes, please look at ChangeLog.
[[v4.0.7]]
== Version 4.0.7 (under dev)
== Version 4.0.7 (2023-12-03)
No release notes.
+2 -2
View File
@@ -39,8 +39,8 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
WEECHAT_STABLE="4.0.6"
WEECHAT_DEVEL="4.0.7-dev"
WEECHAT_STABLE="4.0.7"
WEECHAT_DEVEL="4.0.7"
STABLE_MAJOR=$(echo "${WEECHAT_STABLE}" | cut -d"." -f1)
STABLE_MINOR=$(echo "${WEECHAT_STABLE}" | cut -d"." -f2)