libpurple/protocols/ircv3/purpleircv3version.h

changeset 42619
3dd7cd0eabf1
parent 42568
31e8c7c92e2f
--- a/libpurple/protocols/ircv3/purpleircv3version.h	Thu Feb 29 21:43:11 2024 -0600
+++ b/libpurple/protocols/ircv3/purpleircv3version.h	Thu Feb 29 21:46:03 2024 -0600
@@ -71,7 +71,7 @@
  * A macro that evaluates to the current stable version of the IRCv3 protocol
  * plugin, in a format that can be used by the C pre-processor.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 #define PURPLE_IRCV3_VERSION_CUR_STABLE \
 	(G_ENCODE_VERSION(PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION))
@@ -112,7 +112,7 @@
  * A macro that evaluates to the 3.0 version of the IRCv3 protocol plugin, in a
  * format that can be used by the C pre-processor.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 #define PURPLE_IRCV3_VERSION_3_0 (G_ENCODE_VERSION(3, 0))
 

mercurial