1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

core: add version 4.5.2

This commit is contained in:
Sébastien Helleu
2025-02-20 23:56:38 +01:00
parent 98aca3343a
commit f7cf044f33
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -26,6 +26,12 @@
- perl: fix build with Perl < 5.7.29 ([#2219](https://github.com/weechat/weechat/issues/2219), [#2220](https://github.com/weechat/weechat/issues/2220))
- python: enable subinterpreters ([#2222](https://github.com/weechat/weechat/issues/2222))
## Version 4.5.2 (2025-02-20)
### Fixed
- core: fix build with gcc 15 ([#2229](https://github.com/weechat/weechat/issues/2229), [#2230](https://github.com/weechat/weechat/issues/2230))
## Version 4.5.1 (2024-12-23)
### Fixed
+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.5.1"
weechat_stable="4.5.2"
weechat_devel="4.6.0-dev"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)