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

core: add version 4.3.6 in ChangeLog

This commit is contained in:
Sébastien Helleu
2024-08-15 15:48:08 +02:00
parent 5b58356390
commit b6cccb7cee
2 changed files with 9 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.3.5"
weechat_stable="4.3.6"
weechat_devel="4.4.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)