summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libappstream-glib/as-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-utils.c b/libappstream-glib/as-utils.c
index 62d411a..85742f2 100644
--- a/libappstream-glib/as-utils.c
+++ b/libappstream-glib/as-utils.c
@@ -1397,7 +1397,7 @@ as_utils_vercmp_chunk (const gchar *str1, const gchar *str2)
*
* Returns: -1 if a < b, +1 if a > b, 0 if they are equal, and %G_MAXINT on error
*
- * Since: 0.7.14
+ * Since: 0.7.15
*/
gint
as_utils_vercmp_full (const gchar *version_a,