summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/irc/irc-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index a13bebd0e..5de3e51b0 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2897,7 +2897,7 @@ irc_config_update_cb (const void *pointer, void *data,
if (version_read < 2)
{
/*
- * changes in v2:
+ * changes in v2 (WeeChat 4.0.0):
* - options "ssl*" renamed to "tls*"
*/
ptr_section = weechat_hashtable_get (data_read, "section");
@@ -2957,7 +2957,7 @@ irc_config_update_cb (const void *pointer, void *data,
if (version_read < 3)
{
/*
- * changes in v3:
+ * changes in v3 (WeeChat 4.1.0):
* - options "irc.ctcp.*" are now evaluated
* (eg: "$version" -> "${version"})
*/