diff --git a/CHANGELOG.md b/CHANGELOG.md index f77ccd6db..b3cfe8335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,12 @@ - tests: fix compilation of tests on Fedora 40 ([#2116](https://github.com/weechat/weechat/issues/2116)) - tests: fix compilation of tests on Rocky 9.4 +## Version 4.3.3 (2024-06-22) + +### Fixed + +- core, plugins: return "0x0" instead of "(nil)" for pointers formatted in strings + ## Version 4.3.2 (2024-06-06) ### Changed diff --git a/version.sh b/version.sh index c5c5d62ef..8ef4576f0 100755 --- a/version.sh +++ b/version.sh @@ -39,7 +39,7 @@ # devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev") # -weechat_stable="4.3.2" +weechat_stable="4.3.3" weechat_devel="4.4.0-dev" stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)