1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: bump version to 4.0.0-dev, follow "practical" semantic versioning

This commit is contained in:
Sébastien Helleu
2023-03-18 15:59:23 +01:00
parent ff544f48fb
commit 34e34d28db
12 changed files with 63 additions and 39 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ gui_key_grab_end_timer_cb (const void *pointer, void *data, int remaining_calls)
/*
* Gets internal code from user key name.
*
* Note: this function works with legacy keys (WeeChat < 3.9) and should not
* Note: this function works with legacy keys (WeeChat < 4.0.0) and should not
* be used any more.
*
* Examples:
+1 -1
View File
@@ -418,7 +418,7 @@ irc_upgrade_read_cb (const void *pointer, void *data,
}
/*
* "authentication_method" and "sasl_mechanism_used" are
* new in WeeChat 3.9
* new in WeeChat 4.0.0
*/
if (weechat_infolist_search_var (infolist, "authentication_method"))
{