summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mission-control-plugins/dispatch-operation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mission-control-plugins/dispatch-operation.c b/mission-control-plugins/dispatch-operation.c
index ab51eb98..2bd2ab2b 100644
--- a/mission-control-plugins/dispatch-operation.c
+++ b/mission-control-plugins/dispatch-operation.c
@@ -301,7 +301,7 @@ mcp_dispatch_operation_end_delay (McpDispatchOperation *self,
* superseded by Call channels, which have a proper "hang up" method which
* should be used instead.
*
- * Deprecated: 5.15.UNRELEASED: Use tp_call_channel_hangup_async() to
+ * Deprecated: 5.15.1: Use tp_call_channel_hangup_async() to
* hang up Call channels, mcp_dispatch_operation_close_channels() to close
* generic channels, or mcp_dispatch_operation_destroy_channels() to
* terminate the channel destructively.