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

core: add versions 4.0.7 and 4.1.2 in ChangeLog and release notes

This commit is contained in:
Sébastien Helleu
2023-12-03 19:24:40 +01:00
parent 6223639b71
commit 8c3b7b6c6e
3 changed files with 41 additions and 1 deletions
+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.1.1"
weechat_stable="4.1.2"
weechat_devel="4.2.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)