summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2018-10-24 14:47:38 +0200
committerKalev Lember <klember@redhat.com>2018-10-24 14:47:38 +0200
commitde7c3e651d0444d7b643334cf59371c2ddf61da5 (patch)
tree5116b6f988eeab2688f931ff167a6f13a794f643
parentd8f67b1a9be9707c04ed4f1f71eb5365c09c275d (diff)
downloadappstream-glib-de7c3e651d0444d7b643334cf59371c2ddf61da5.tar.gz
trivial: Fix the Since: tag for as_utils_vercmp_full
-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,