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

core: add version 4.4.1 in ChangeLog

This commit is contained in:
Sébastien Helleu
2024-08-19 20:51:34 +02:00
parent ed79b8c2e9
commit 584f54d443
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@
- lua: fix compilation on Fedora with Lua < 5.2.0 ([#2173](https://github.com/weechat/weechat/issues/2173), [#2174](https://github.com/weechat/weechat/issues/2174))
## Version 4.4.1 (2024-08-19)
### Fixed
- lua: fix compilation on Fedora with Lua < 5.2.0 ([#2173](https://github.com/weechat/weechat/issues/2173), [#2174](https://github.com/weechat/weechat/issues/2174))
## Version 4.4.0 (2024-08-17)
### Changed
+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.4.0"
weechat_stable="4.4.1"
weechat_devel="4.5.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)