pidgin/pidgin

db2718ed7640
Parents c185b8801e1a
Children d905313bc732
Remove the micro version from since tags for finch

Testing Done:
Built the docs and verified there were no more 3.0.0 versions.

Reviewed at https://reviews.imfreedom.org/r/2987/
--- a/finch/finchnotifications.h Thu Feb 29 21:27:30 2024 -0600
+++ b/finch/finchnotifications.h Thu Feb 29 21:30:04 2024 -0600
@@ -36,7 +36,7 @@
*
* Perform necessary initializations.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
void finch_notifications_init(void);
--- a/finch/finchui.h Thu Feb 29 21:27:30 2024 -0600
+++ b/finch/finchui.h Thu Feb 29 21:30:04 2024 -0600
@@ -41,7 +41,7 @@
*
* Note: This isn't really useful outside of Finch itself.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
PurpleUi *finch_ui_new(void);
--- a/finch/gntdebug.h Thu Feb 29 21:27:30 2024 -0600
+++ b/finch/gntdebug.h Thu Feb 29 21:30:04 2024 -0600
@@ -43,7 +43,7 @@
* This must be called early if you want to capture logs at startup, and avoid
* printing them out.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
void finch_debug_init_handler(void);
@@ -52,7 +52,7 @@
*
* Perform necessary initializations.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
void finch_debug_init(void);
--- a/finch/gntidle.h Thu Feb 29 21:27:30 2024 -0600
+++ b/finch/gntidle.h Thu Feb 29 21:30:04 2024 -0600
@@ -30,7 +30,7 @@
*
* An implementation of [iface@Purple.IdleUi] for Finch.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
#define FINCH_TYPE_IDLE (finch_idle_get_type())
@@ -43,7 +43,7 @@
*
* Returns: (transfer full): The new instance.
*
- * Since: 3.0.0
+ * Since: 3.0
*/
PurpleIdleUi *finch_idle_new(void);