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

Version 4.2.0

This commit is contained in:
Sébastien Helleu
2024-01-21 09:33:14 +01:00
parent 05fdb2929f
commit 017d9bd975
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ For a list of important changes that require manual actions, please look at rele
[[v4.2.0]]
== Version 4.2.0 (under dev)
== Version 4.2.0 (2024-01-21)
New features::
+1 -1
View File
@@ -12,7 +12,7 @@ For a complete list of changes, please look at ChangeLog.
[[v4.2.0]]
== Version 4.2.0 (under dev)
== Version 4.2.0 (2024-01-21)
[[v4.2.0_lines_microseconds]]
=== Microseconds in buffer lines
+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.1.3"
weechat_devel="4.2.0-dev"
weechat_stable="4.2.0"
weechat_devel="4.2.0"
stable_major=$(echo "${weechat_stable}" | cut -d"." -f1)
stable_minor=$(echo "${weechat_stable}" | cut -d"." -f2)