1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 21:06:38 +02:00

Version 4.3.0

This commit is contained in:
Sébastien Helleu
2024-05-26 09:16:17 +02:00
parent 8444670ef1
commit f8a7a0f4f5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
:breaking: pass:quotes[*[breaking]*]
[[v4.3.0]]
== Version 4.3.0 (under dev)
== Version 4.3.0 (2024-05-26)
{see-release-notes}
+1 -1
View File
@@ -12,7 +12,7 @@ For a complete list of changes, please look at ChangeLog.
[[v4.3.0]]
== Version 4.3.0 (under dev)
== Version 4.3.0 (2024-05-26)
[[v4.3.0_relay_options]]
=== Relay options
+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.2.2"
weechat_devel="4.3.0-dev"
weechat_stable="4.3.0"
weechat_devel="4.3.0"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
stable_minor=$(echo "${weechat_stable}" | cut -d"." -f2)