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

Version 4.4.3

This commit is contained in:
Sébastien Helleu
2024-10-30 12:13:22 +01:00
parent 4edbbddf2c
commit eb446f099d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# WeeChat ChangeLog
## Version 4.4.3 (under dev)
## Version 4.4.3 (2024-10-30)
### Fixed
+2 -2
View File
@@ -39,8 +39,8 @@
# devel-number the devel version as hex number ("0x04010000" for "4.1.0-dev")
#
weechat_stable="4.4.2"
weechat_devel="4.4.3-dev"
weechat_stable="4.4.3"
weechat_devel="4.4.3"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
stable_minor=$(echo "${weechat_stable}" | cut -d"." -f2)