diff options
Diffstat (limited to 'telepathy-glib/defs.h')
-rw-r--r-- | telepathy-glib/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/defs.h b/telepathy-glib/defs.h index 285471771..c2f411947 100644 --- a/telepathy-glib/defs.h +++ b/telepathy-glib/defs.h @@ -120,7 +120,7 @@ G_BEGIN_DECLS * tp_user_action_time_from_x11(), tp_user_action_time_should_present() and * %TP_USER_ACTION_TIME_CURRENT_TIME. * - * Since: 0.11.UNRELEASED + * Since: 0.11.13 */ #define TP_USER_ACTION_TIME_NOT_USER_ACTION (G_GINT64_CONSTANT (0)) @@ -137,7 +137,7 @@ G_BEGIN_DECLS * tp_user_action_time_from_x11(), tp_user_action_time_should_present() and * %TP_USER_ACTION_TIME_NOT_USER_ACTION. * - * Since: 0.11.UNRELEASED + * Since: 0.11.13 */ #define TP_USER_ACTION_TIME_CURRENT_TIME (G_MAXINT64) |